net.minecraft.world.level.block.entity

public class SignBlockEntity

extends BlockEntity

cdf
net.minecraft.world.level.block.entity.SignBlockEntity
net.minecraft.class_2625
net.minecraft.block.entity.SignBlockEntity
net.minecraft.tileentity.SignTileEntity
net.minecraft.server.v1_16_R3.TileEntitySign

Field summary

Modifier and TypeField
private final Component[]
a
messages
field_12050
texts
field_145915_a
lines
private boolean
b
isEditable
field_12048
editable
field_145916_j
isEditable
private Player
c
playerWhoMayEdit
field_12046
editor
field_145917_k
private final FormattedCharSequence[]
g
renderMessages
field_12049
textsBeingEdited
field_212367_h
private DyeColor
h
color
field_16419
textColor
field_214073_l
color

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public CompoundTag
a(md arg0)
save(CompoundTag arg0)
method_11007(class_2487 arg0)
writeNbt(NbtCompound arg0)
func_189515_b(CompoundNBT arg0)
save(NBTTagCompound arg0)
public void
a(ceh arg0, md arg1)
load(BlockState arg0, CompoundTag arg1)
method_11014(class_2680 arg0, class_2487 arg1)
fromTag(BlockState arg0, NbtCompound arg1)
func_230337_a_(BlockState arg0, CompoundNBT arg1)
load(IBlockData arg0, NBTTagCompound arg1)
public void
a(int arg0, nr arg1)
setMessage(int arg0, Component arg1)
method_11299(int arg0, class_2561 arg1)
setTextOnRow(int row, Text text)
func_212365_a(int arg0, ITextComponent arg1)
public ClientboundBlockEntityDataPacket
a()
getUpdatePacket()
method_16886()
toUpdatePacket()
func_189518_D_()
getUpdatePacket()
public CompoundTag
b()
getUpdateTag()
method_16887()
toInitialChunkDataNbt()
func_189517_E_()
public boolean
t()
onlyOpCanSetNbt()
method_11011()
copyItemDataRequiresOperator()
func_183000_F()
isFilteredNBT()
public boolean
d()
isEditable()
method_11307()
isEditable()
func_145914_a()
public void
a(bfw arg0)
setAllowedPlayerEditor(Player arg0)
method_11306(class_1657 arg0)
setEditor(PlayerEntity player)
func_145912_a(PlayerEntity arg0)
public Player
f()
getPlayerWhoMayEdit()
method_11305()
getEditor()
func_145911_b()
public boolean
b(bfw arg0)
executeClickCommands(Player arg0)
method_11301(class_1657 arg0)
onActivate(PlayerEntity player)
func_174882_b(PlayerEntity arg0)
public CommandSourceStack
a(aah arg0)
createCommandSourceStack(ServerPlayer arg0)
method_11304(class_3222 arg0)
getCommandSource(ServerPlayerEntity player)
func_195539_a(ServerPlayerEntity arg0)
public DyeColor
g()
getColor()
method_16126()
getTextColor()
func_214066_f()
getColor()
public boolean
a(bkx arg0)
setColor(DyeColor arg0)
method_16127(class_1767 arg0)
setTextColor(DyeColor value)
func_214068_a(DyeColor arg0)
setColor(EnumColor arg0)
public Component
a(int arg0)
getMessage(int arg0)
method_30843(int arg0)
getTextOnRow(int row)
func_212366_a(int arg0)
public FormattedCharSequence
a(int arg0, Function<nr, afa> arg1)
getRenderMessage(int arg0, Function<Component, FormattedCharSequence> arg1)
method_11300(int arg0, Function<class_2561, class_5481> arg1)
getTextBeingEditedOnRow(int row, Function<Text, OrderedText> arg1)
func_242686_a(int arg0, Function<ITextComponent, IReorderingProcessor> arg1)
public void
a(boolean arg0)
setEditable(boolean arg0)
method_11303(boolean arg0)
setEditable(boolean editable)
func_145913_a(boolean arg0)