8 lines
191 B
Java
8 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
|
|
{
|
|
|
|
}
|