Package forestry.core.gadgets

Examples of forestry.core.gadgets.TileNaturalistChest


    return null;
  }

  public GuiNaturalistInventory getNaturalistChestGui(String rootUID, EntityPlayer player, World world, int x, int y, int z, int page) {
    TileNaturalistChest tile = (TileNaturalistChest) getTileForestry(world, x, y, z);
    ISpeciesRoot speciesRoot = AlleleManager.alleleRegistry.getSpeciesRoot(rootUID);
    return new GuiNaturalistInventory(speciesRoot, player, new ContainerNaturalistInventory(speciesRoot, player.inventory, tile, page, 25), tile, page, 5);
  }
View Full Code Here

TOP

Related Classes of forestry.core.gadgets.TileNaturalistChest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.