Package extracells.container

Examples of extracells.container.ContainerFluidCrafter


  public static final int ySize = 166;
  private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/fluidcrafter.png");

  public GuiFluidCrafter(InventoryPlayer player, IInventory tileentity)
  {
    super(new ContainerFluidCrafter(player, tileentity));
  }
View Full Code Here

TOP

Related Classes of extracells.container.ContainerFluidCrafter

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.