net.minecraft.world.level.block.entity

public class BannerBlockEntity

extends BlockEntity implements Nameable

All mapped superinterfaces:

Nameable

bvz
net.minecraft.world.level.block.entity.BannerBlockEntity
net.minecraft.class_2573
net.minecraft.block.entity.BannerBlockEntity
net.minecraft.tileentity.BannerTileEntity
net.minecraft.server.v1_15_R1.TileEntityBanner

Field summary

Modifier and TypeField
private Component
a
name
field_11772
customName
field_190617_a
private DyeColor
b
baseColor
field_11774
baseColor
field_175120_a
color
private ListTag
c
itemPatterns
field_11773
patternListTag
field_175118_f
patterns
private boolean
g
receivedData
field_11770
patternListTagRead
field_175119_g
private List<BannerPattern>
h
patterns
field_11769
patterns
field_175122_h
private List<DyeColor>
i
colors
field_11771
patternColors
field_175123_i
private String
j
textureHashName
field_11775
patternCacheKey
field_175121_j
private boolean
k
onlyRenderPattern
field_20743
preview
field_226953_k_

Constructor summary

ModifierConstructor
public ()
public (DyeColor baseColor)

Method summary

Modifier and TypeMethod
public Component
M()
getName()
method_5477()
getName()
func_200200_C_()
getDisplayName()
public Component
O()
getCustomName()
method_5797()
getCustomName()
func_200201_e()
getCustomName()
public void
a(lf arg0)
setCustomName(Component arg0)
method_16842(class_2561 arg0)
setCustomName(Text customName)
func_213136_a(ITextComponent arg0)
public CompoundTag
b(jt arg0)
save(CompoundTag arg0)
method_11007(class_2487 arg0)
toTag(CompoundTag arg0)
func_189515_b(CompoundNBT arg0)
save(NBTTagCompound arg0)
public void
a(jt arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
fromTag(CompoundTag arg0)
func_145839_a(CompoundNBT arg0)
load(NBTTagCompound arg0)
public ClientboundBlockEntityDataPacket
a()
getUpdatePacket()
method_16886()
toUpdatePacket()
func_189518_D_()
getUpdatePacket()
public CompoundTag
b()
getUpdateTag()
method_16887()
toInitialChunkDataTag()
func_189517_E_()
public static int
a(bek arg0)
getPatternCount(ItemStack arg0)
method_10910(class_1799 arg0)
getPatternCount(ItemStack stack)
func_175113_c(ItemStack arg0)
public static void
b(bek arg0)
removeLastPattern(ItemStack arg0)
method_10905(class_1799 arg0)
loadFromItemStack(ItemStack stack)
func_175117_e(ItemStack arg0)
public DyeColor
a(Supplier<byg> arg0)
getBaseColor(Supplier<BlockState> arg0)
method_10908(Supplier<class_2680> arg0)
getColorForState(Supplier<BlockState> arg0)
func_195533_l(Supplier<BlockState> arg0)
public void
a(bek arg0, bdg arg1)
fromItem(ItemStack arg0, DyeColor arg1)
method_10913(class_1799 arg0, class_1767 arg1)
readFrom(ItemStack stack, DyeColor baseColor)
func_195534_a(ItemStack arg0, DyeColor arg1)
public List<BannerPattern>
c()
getPatterns()
method_10911()
getPatterns()
func_175114_c()
public List<DyeColor>
f()
getColors()
method_10909()
getPatternColors()
func_175110_d()
private void
j()
createPatternList()
method_10914()
readPattern()
func_175109_g()
public ItemStack
a(byg arg0)
getItem(BlockState arg0)
method_10907(class_2680 arg0)
getPickStack(BlockState arg0)
func_190615_l(BlockState arg0)
public void
a(boolean arg0)
setOnlyRenderPattern(boolean arg0)
method_22534(boolean arg0)
setPreview(boolean arg0)
func_226954_a_(boolean arg0)
public boolean
h()
onlyRenderPattern()
method_22535()
isPreview()
func_226955_h_()