public interface IHopper extends IInventory
修飾子とタイプ | フィールドと説明 |
---|---|
static VoxelShape |
BLOCK_ABOVE_SHAPE |
static VoxelShape |
COLLECTION_AREA_SHAPE |
static VoxelShape |
INSIDE_BOWL_SHAPE |
修飾子とタイプ | メソッドと説明 |
---|---|
default VoxelShape |
getCollectionArea() |
World |
getWorld()
Returns the worldObj for this tileEntity.
|
double |
getXPos()
Gets the world X position for this hopper entity.
|
double |
getYPos()
Gets the world Y position for this hopper entity.
|
double |
getZPos()
Gets the world Z position for this hopper entity.
|
closeInventory, count, decrStackSize, getInventoryStackLimit, getSizeInventory, getStackInSlot, hasAny, isEmpty, isItemValidForSlot, isUsableByPlayer, markDirty, openInventory, removeStackFromSlot, setInventorySlotContents
clear, clearObj
static final VoxelShape INSIDE_BOWL_SHAPE
static final VoxelShape BLOCK_ABOVE_SHAPE
static final VoxelShape COLLECTION_AREA_SHAPE
default VoxelShape getCollectionArea()
@Nullable World getWorld()
double getXPos()
double getYPos()
double getZPos()