YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.tileentity.Hopper Interface Reference
Inheritance diagram for net.minecraft.tileentity.Hopper:
net.minecraft.inventory.IInventory net.minecraft.entity.item.EntityMinecartHopper net.minecraft.tileentity.TileEntityHopper

Public Member Functions

World getWorldObj ()
 
double getXPos ()
 
double getYPos ()
 
double getZPos ()
 
- Public Member Functions inherited from net.minecraft.inventory.IInventory
int getSizeInventory ()
 
ItemStack getStackInSlot (int i)
 
ItemStack decrStackSize (int i, int j)
 
ItemStack getStackInSlotOnClosing (int i)
 
void setInventorySlotContents (int i, ItemStack itemstack)
 
String getInvName ()
 
boolean isInvNameLocalized ()
 
int getInventoryStackLimit ()
 
void onInventoryChanged ()
 
boolean isUseableByPlayer (EntityPlayer entityplayer)
 
void openChest ()
 
void closeChest ()
 
boolean isStackValidForSlot (int i, ItemStack itemstack)
 

Member Function Documentation

World net.minecraft.tileentity.Hopper.getWorldObj ( )

Returns the worldObj for this tileEntity.

Implemented in net.minecraft.entity.item.EntityMinecartHopper.

double net.minecraft.tileentity.Hopper.getXPos ( )

Gets the world X position for this hopper entity.

Implemented in net.minecraft.tileentity.TileEntityHopper, and net.minecraft.entity.item.EntityMinecartHopper.

double net.minecraft.tileentity.Hopper.getYPos ( )

Gets the world Y position for this hopper entity.

Implemented in net.minecraft.tileentity.TileEntityHopper, and net.minecraft.entity.item.EntityMinecartHopper.

double net.minecraft.tileentity.Hopper.getZPos ( )

Gets the world Z position for this hopper entity.

Implemented in net.minecraft.tileentity.TileEntityHopper, and net.minecraft.entity.item.EntityMinecartHopper.


The documentation for this interface was generated from the following file: