|
void | writeToNBT (NBTTagCompound par1NBTTagCompound) |
|
void | readFromNBT (NBTTagCompound par1NBTTagCompound) |
|
void | changePitch () |
|
void | triggerNote (World par1World, int par2, int par3, int par4) |
|
World | getWorldObj () |
|
void | setWorldObj (World par1World) |
|
boolean | func_70309_m () |
|
void | readFromNBT (NBTTagCompound par1NBTTagCompound) |
|
void | writeToNBT (NBTTagCompound par1NBTTagCompound) |
|
void | updateEntity () |
|
int | getBlockMetadata () |
|
void | onInventoryChanged () |
|
double | getDistanceFrom (double par1, double par3, double par5) |
|
double | getMaxRenderDistanceSquared () |
|
Block | getBlockType () |
|
Packet | getDescriptionPacket () |
|
boolean | isInvalid () |
|
void | invalidate () |
|
void | validate () |
|
boolean | receiveClientEvent (int par1, int par2) |
|
void | updateContainingBlockInfo () |
|
void | func_85027_a (CrashReportCategory par1CrashReportCategory) |
|
boolean | canUpdate () |
|
void | onDataPacket (INetworkManager net, Packet132TileEntityData pkt) |
|
void | onChunkUnload () |
|
boolean | shouldRefresh (int oldID, int newID, int oldMeta, int newMeta, World world, int x, int y, int z) |
|
boolean | shouldRenderInPass (int pass) |
|
AxisAlignedBB | getRenderBoundingBox () |
|
void net.minecraft.tileentity.TileEntityNote.changePitch |
( |
) | |
|
change pitch by -> (currentPitch + 1) % 25
void net.minecraft.tileentity.TileEntityNote.readFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
Reads a tile entity from NBT.
void net.minecraft.tileentity.TileEntityNote.triggerNote |
( |
World |
par1World, |
|
|
int |
par2, |
|
|
int |
par3, |
|
|
int |
par4 |
|
) |
| |
void net.minecraft.tileentity.TileEntityNote.writeToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
Writes a tile entity to NBT.
byte net.minecraft.tileentity.TileEntityNote.note = 0 |
boolean net.minecraft.tileentity.TileEntityNote.previousRedstoneState = false |
stores the latest redstone state
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/tileentity/TileEntityNote.java