public class TileEntityNote extends TileEntity
Modifier and Type | Field and Description |
---|---|
byte |
note |
boolean |
previousRedstoneState |
field_31007_h, worldObj, xCoord, yCoord, zCoord
Constructor and Description |
---|
TileEntityNote() |
Modifier and Type | Method and Description |
---|---|
void |
changePitch() |
void |
readFromNBT(NBTTagCompound nbttagcompound) |
void |
triggerNote(World world,
int i,
int j,
int k) |
void |
writeToNBT(NBTTagCompound nbttagcompound) |
createAndLoadEntity, func_31004_j, func_31005_i, func_31006_g, getBlockMetadata, getBlockType, getDistanceFrom, onInventoryChanged, updateEntity
public void writeToNBT(NBTTagCompound nbttagcompound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound nbttagcompound)
readFromNBT
in class TileEntity
public void changePitch()
public void triggerNote(World world, int i, int j, int k)