net.minecraft.world.level.block.entity

public class SignBlockEntity

extends BlockEntity

bus
net.minecraft.world.level.block.entity.SignBlockEntity
net.minecraft.class_2625
net.minecraft.unmapped.C_axouvzlg
net.minecraft.block.entity.SignBlockEntity
net.minecraft.tileentity.SignTileEntity
net.minecraft.server.v1_14_R1.TileEntitySign

Field summary

Modifier and TypeField
public final Component[]
a
messages
field_12050
f_diyvgqcv
text
field_145915_a
lines
private int
c
selectedLine
field_16501
f_mrdrgcgq
currentRow
field_145918_i
private int
g
cursorPos
field_16500
f_uycxnahx
selectionStart
field_214071_g
private int
h
selectionPos
field_16499
f_clclpecb
selectionEnd
field_214072_h
private boolean
i
isEditable
field_12048
f_mbqbkmiw
editable
field_145916_j
isEditable
private Player
j
playerWhoMayEdit
field_12046
f_orlvhjhd
editor
field_145917_k
private final String[]
k
renderMessages
field_12049
f_kbrylpwv
textBeingEdited
field_212367_h
private DyeColor
l
color
field_16419
f_pyujzinn
textColor
field_214073_l
color
private boolean
b
showCursor
field_16502
f_cydcojgk
caretVisible
field_214070_b

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public CompoundTag
b(id arg0)
save(CompoundTag arg0)
method_11007(class_2487 arg0)
m_fzlqwslp(C_hhlwcnih arg0)
toTag(CompoundTag arg0)
func_189515_b(CompoundNBT arg0)
save(NBTTagCompound arg0)
public void
a(id arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
m_dfzdncts(C_hhlwcnih arg0)
fromTag(CompoundTag arg0)
func_145839_a(CompoundNBT arg0)
load(NBTTagCompound arg0)
public void
a(int arg0, jo arg1)
setMessage(int arg0, Component arg1)
method_11299(int arg0, class_2561 arg1)
m_idgxtpkg(int arg0, C_rdaqiwdt arg1)
setTextOnRow(int row, Text text)
func_212365_a(int arg0, ITextComponent arg1)
public ClientboundBlockEntityDataPacket
a()
getUpdatePacket()
method_16886()
m_kydjlael()
toUpdatePacket()
func_189518_D_()
getUpdatePacket()
public CompoundTag
b()
getUpdateTag()
method_16887()
m_escrnqip()
toInitialChunkDataTag()
func_189517_E_()
public boolean
p()
onlyOpCanSetNbt()
method_11011()
m_jlguerjg()
shouldNotCopyTagFromItem()
func_183000_F()
isFilteredNBT()
public boolean
d()
isEditable()
method_11307()
m_ccggtsur()
isEditable()
func_145914_a()
public void
a(awg arg0)
setAllowedPlayerEditor(Player arg0)
method_11306(class_1657 arg0)
m_wlczwenn(C_jzrpycqo arg0)
setEditor(PlayerEntity arg0)
func_145912_a(PlayerEntity arg0)
public Player
f()
getPlayerWhoMayEdit()
method_11305()
m_zetnqwey()
getEditor()
func_145911_b()
public boolean
b(awg arg0)
executeClickCommands(Player arg0)
method_11301(class_1657 arg0)
m_cprzocgm(C_jzrpycqo arg0)
onActivate(PlayerEntity arg0)
func_174882_b(PlayerEntity arg0)
public CommandSourceStack
a(vl arg0)
createCommandSourceStack(ServerPlayer arg0)
method_11304(class_3222 arg0)
m_qfqfsqzg(C_mxrobsgg arg0)
getCommandSource(ServerPlayerEntity player)
func_195539_a(ServerPlayerEntity arg0)
public DyeColor
g()
getColor()
method_16126()
m_mssjeanj()
getTextColor()
func_214066_f()
getColor()
public boolean
a(bbg arg0)
setColor(DyeColor arg0)
method_16127(class_1767 arg0)
m_zcmvopny(C_arllgqae arg0)
setTextColor(DyeColor value)
func_214068_a(DyeColor arg0)
setColor(EnumColor arg0)
public Component
a(int arg0)
getMessage(int arg0)
method_11302(int arg0)
m_yszapvxl(int arg0)
getTextOnRow(int row)
func_212366_a(int arg0)
public String
a(int arg0, Function<jo, String> arg1)
getRenderMessage(int arg0, Function<Component, String> arg1)
method_11300(int arg0, Function<class_2561, String> arg1)
m_ygderlta(int arg0, Function<C_rdaqiwdt, String> arg1)
getTextBeingEditedOnRow(int row, Function<Text, String> function)
func_212364_a(int arg0, Function<ITextComponent, String> arg1)
public void
a(boolean arg0)
setEditable(boolean arg0)
method_11303(boolean arg0)
m_umfphwsv(boolean arg0)
setEditable(boolean arg0)
func_145913_a(boolean arg0)
public void
a(int arg0, int arg1, int arg2, boolean arg3)
setCursorInfo(int arg0, int arg1, int arg2, boolean arg3)
method_16332(int arg0, int arg1, int arg2, boolean arg3)
m_xtujukzi(int arg0, int arg1, int arg2, boolean arg3)
setSelectionState(int currentRow, int selectionStart, int selectionEnd, boolean caretVisible)
func_214062_a(int arg0, int arg1, int arg2, boolean arg3)
public void
h()
resetCursorInfo()
method_16335()
m_kkvoylha()
resetSelectionState()
func_214063_g()
public boolean
s()
isShowCursor()
method_16331()
m_ibaqbdbz()
isCaretVisible()
func_214069_r()
public int
t()
getSelectedLine()
method_16334()
m_uppcdrev()
getCurrentRow()
func_214064_s()
public int
u()
getCursorPos()
method_16336()
m_dosrogsd()
getSelectionStart()
func_214065_t()
public int
v()
getSelectionPos()
method_16333()
m_uvthpwqn()
getSelectionEnd()
func_214067_u()