Package extracells.container

Examples of extracells.container.ContainerBusFluidImport


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

  public GuiBusFluidImport(World world, IInventory inventory, TileEntityBusFluidImport tileentity, EntityPlayer player)
  {
    super(new ContainerBusFluidImport(inventory, tileentity.getInventory()));
    this.world = world;
    this.tileentity = tileentity;
    this.player = player;
  }
View Full Code Here

TOP

Related Classes of extracells.container.ContainerBusFluidImport

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.