net.minecraft.block.entity

public class BannerBlockEntity

extends BlockEntity implements Nameable

All mapped superinterfaces:

Nameable

avf
net.minecraft.class_2225
net.minecraft.block.entity.BannerBlockEntity
net.minecraft.tileentity.TileEntityBanner
net.minecraft.tileentity.TileEntityBanner

Field summary

Modifier and TypeField
private String
a
field_15147
customName
field_190617_a
name
private DyeColor
f
field_15148
baseColor
field_175120_a
baseColor
private NbtList
g
field_9797
patternsNbt
field_175118_f
patterns
private boolean
h
field_9798
hasPatternData
field_175119_g
patternDataSet
private List<BannerPattern>
i
field_9799
patterns
field_175122_h
patternList
private List<DyeColor>
j
field_9800
colors
field_175123_i
colorList
private String
k
field_9801
texture
field_175121_j
patternResourceLocation

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(aip arg0, boolean arg1)
method_13720(class_1071 arg0, boolean arg1)
set(ItemStack item, boolean customColor)
func_175112_a(ItemStack arg0, boolean arg1)
setItemValues(ItemStack stack, boolean arg1)
public String
h_()
method_2518()
getName()
func_70005_c_()
getName()
public boolean
n_()
method_5339()
hasCustomName()
func_145818_k_()
hasCustomName()
public Text
i_()
method_6344()
getDisplayName()
func_145748_c_()
getDisplayName()
public NbtCompound
b(fy arg0)
method_541(class_322 arg0)
writeNbt(NbtCompound arg0)
func_189515_b(NBTTagCompound arg0)
writeToNBT(NBTTagCompound arg0)
public void
a(fy arg0)
method_537(class_322 arg0)
readNbt(NbtCompound arg0)
func_145839_a(NBTTagCompound arg0)
readFromNBT(NBTTagCompound arg0)
public BlockEntityUpdateS2CPacket
c()
method_544()
createUpdatePacket()
func_189518_D_()
getUpdatePacket()
public NbtCompound
d()
method_11646()
toNbt()
func_189517_E_()
getUpdateTag()
public static int
b(aip arg0)
method_8962(class_1071 arg0)
getPatternCount(ItemStack item)
func_175113_c(ItemStack arg0)
getPatterns(ItemStack stack)
public static void
c(aip arg0)
method_8965(class_1071 arg0)
removeLastPattern(ItemStack item)
func_175117_e(ItemStack arg0)
removeBannerData(ItemStack stack)
public ItemStack
l()
method_13722()
getPickItem()
func_190615_l()
getItem()
public static DyeColor
d(aip arg0)
method_13721(class_1071 arg0)
getBaseColor(ItemStack item)
func_190616_d(ItemStack arg0)
getColor(ItemStack arg0)
public List<BannerPattern>
h()
method_8961()
getPatterns()
func_175114_c()
getPatternList()
public List<DyeColor>
j()
method_8964()
getColors()
func_175110_d()
getColorList()
public String
k()
method_8966()
getTexture()
func_175116_e()
getPatternResourceLocation()
private void
m()
method_8967()
setPatterns()
func_175109_g()
initializeBannerData()