Applied-Energistics-2-tiler.../container/slot/ISlotPlayerSide.java
2013-12-27 16:59:59 -06:00

9 lines
191 B
Java

package appeng.container.slot;
// anything that implements this interface is treated as being part of the players interface, rather then the chests...
public interface ISlotPlayerSide
{
}