Optional Slots...

This commit is contained in:
AlgorithmX2
2013-12-29 23:56:08 -06:00
parent 26724d5ab8
commit bc335ac5d6
2 changed files with 37 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package appeng.container.slot;
public interface IOptionalSlotHost
{
boolean isSlotEnabled(int idx, OptionalSlotFake osf);
}