public class TileEntityBanner extends TileEntity
Modifier and Type | Class and Description |
---|---|
static class |
TileEntityBanner.EnumBannerPattern |
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj
Constructor and Description |
---|
TileEntityBanner() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
func_175116_e() |
int |
getBaseColor() |
static int |
getBaseColor(ItemStack stack) |
java.util.List |
getColorList() |
Packet |
getDescriptionPacket() |
java.util.List |
getPatternList() |
static int |
getPatterns(ItemStack stack) |
void |
readFromNBT(NBTTagCompound compound) |
static void |
removeBannerData(ItemStack stack) |
void |
setItemValues(ItemStack stack) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, getBlockMetadata, getBlockType, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate
public void setItemValues(ItemStack stack)
public void writeToNBT(NBTTagCompound compound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound compound)
readFromNBT
in class TileEntity
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public int getBaseColor()
public static int getBaseColor(ItemStack stack)
public static int getPatterns(ItemStack stack)
public java.util.List getPatternList()
public java.util.List getColorList()
public java.lang.String func_175116_e()
public static void removeBannerData(ItemStack stack)