Package btw.block.tileentity
Class ArcaneVesselTileEntity
java.lang.Object
net.minecraft.src.TileEntity
btw.block.tileentity.ArcaneVesselTileEntity
- All Implemented Interfaces:
TileEntityDataPacketHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanattemptToSwallowXPOrb(World world, int i, int j, int k, EntityXPOrb entityXPOrb) voidintintintOverriden in a sign to provide the text.intvoidvoidreadFromNBT(NBTTagCompound nbttagcompound) Reads a tile entity from NBT.voidreadNBTFromPacket(NBTTagCompound nbttagcompound) voidsetContainedDragonExperience(int iExperience) voidsetContainedRegularExperience(int iExperience) voidAllows the entity to update its state.voidvoidwriteToNBT(NBTTagCompound nbttagcompound) Writes a tile entity to NBT.Methods inherited from class net.minecraft.src.TileEntity
addMapping, createAndLoadEntity, func_85027_a, getBlockMetadata, getBlockType, getDistanceFrom, getMaxRenderDistanceSquared, getWorldObj, hasWorldObj, invalidate, isInvalid, onInventoryChanged, receiveClientEvent, setWorldObj, updateContainingBlockInfo, validate
-
Field Details
-
MAX_CONTAINED_EXPERIENCE
public static final int MAX_CONTAINED_EXPERIENCE- See Also:
-
MAX_VISUAL_EXPERIENCE_LEVEL
public static final int MAX_VISUAL_EXPERIENCE_LEVEL- See Also:
-
-
Constructor Details
-
ArcaneVesselTileEntity
public ArcaneVesselTileEntity()
-
-
Method Details
-
writeToNBT
Description copied from class:TileEntityWrites a tile entity to NBT.- Overrides:
writeToNBTin classTileEntity
-
readFromNBT
Description copied from class:TileEntityReads a tile entity from NBT.- Overrides:
readFromNBTin classTileEntity
-
getDescriptionPacket
Description copied from class:TileEntityOverriden in a sign to provide the text.- Overrides:
getDescriptionPacketin classTileEntity
-
updateEntity
public void updateEntity()Description copied from class:TileEntityAllows the entity to update its state. Overridden in most subclasses, e.g. the mob spawner uses this to count ticks and creates a new spawn inside its implementation.- Overrides:
updateEntityin classTileEntity
-
readNBTFromPacket
- Specified by:
readNBTFromPacketin interfaceTileEntityDataPacketHandler
-
getVisualExperienceLevel
public int getVisualExperienceLevel() -
getContainedRegularExperience
public int getContainedRegularExperience() -
setContainedRegularExperience
public void setContainedRegularExperience(int iExperience) -
getContainedDragonExperience
public int getContainedDragonExperience() -
setContainedDragonExperience
public void setContainedDragonExperience(int iExperience) -
getContainedTotalExperience
public int getContainedTotalExperience() -
validateVisualExperience
public void validateVisualExperience() -
initTempleExperience
public void initTempleExperience() -
attemptToSwallowXPOrb
-
ejectContentsOnBlockBreak
public void ejectContentsOnBlockBreak()
-