Package extracells.container

Examples of extracells.container.ContainerInterfaceFluid


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

  public GuiInterfaceFluid(IInventory player, TileEntityInterfaceFluid tileentity)
  {
    super(new ContainerInterfaceFluid(player, tileentity.getInventory()));
    this.tileentity = tileentity;
  }
View Full Code Here

TOP

Related Classes of extracells.container.ContainerInterfaceFluid

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.