simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

IPlayerDisplayer.java (197B)


      1 package ambos.simpletech;
      2 
      3 import ambos.simpletech.block.entity.TileEntityAllocator;
      4 
      5 public interface IPlayerDisplayer {
      6     void simple_tech$displayGUIAllocator(TileEntityAllocator allocator);
      7 }