379380381382383384385386387388389
case 23: EntityRobit robit1 = (EntityRobit)world.getEntityByID(x); if(robit1 != null) { return new ContainerRobitInventory(player.inventory, robit1); } case 24: EntityRobit robit2 = (EntityRobit)world.getEntityByID(x); if(robit2 != null)
202122232425262728
{ public EntityRobit robit; public GuiRobitInventory(InventoryPlayer inventory, EntityRobit entity) { super(new ContainerRobitInventory(inventory, entity)); xSize += 25; robit = entity; }