public class SignTileEntity extends TileEntity
| Modifier and Type | Field and Description |
|---|---|
ITextComponent[] |
signText |
pos, removed, worldINFINITE_EXTENT_AABB| Constructor and Description |
|---|
SignTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeCommand(PlayerEntity playerIn) |
void |
func_214062_a(int p_214062_1_,
int p_214062_2_,
int p_214062_3_,
boolean p_214062_4_) |
void |
func_214063_g() |
int |
func_214065_t() |
int |
func_214067_u() |
boolean |
func_214069_r() |
CommandSource |
getCommandSource(ServerPlayerEntity playerIn) |
boolean |
getIsEditable() |
int |
getLineBeingEdited() |
PlayerEntity |
getPlayer() |
java.lang.String |
getRenderText(int line,
java.util.function.Function<ITextComponent,java.lang.String> p_212364_2_) |
ITextComponent |
getText(int line) |
DyeColor |
getTextColor() |
SUpdateTileEntityPacket |
getUpdatePacket() |
CompoundNBT |
getUpdateTag() |
boolean |
onlyOpsCanSetNbt() |
void |
read(CompoundNBT compound) |
void |
setEditable(boolean isEditableIn) |
void |
setPlayer(PlayerEntity playerIn) |
void |
setText(int line,
ITextComponent p_212365_2_) |
boolean |
setTextColor(DyeColor newColor) |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, receiveClientEvent, remove, rotate, setPos, setWorld, updateContainingBlockInfo, validate, warnInvalidBlockareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTgetCapability, getCapabilitypublic final ITextComponent[] signText
public CompoundNBT write(CompoundNBT compound)
write in class TileEntitypublic void read(CompoundNBT compound)
read in class TileEntitypublic ITextComponent getText(int line)
public void setText(int line,
ITextComponent p_212365_2_)
@Nullable
public java.lang.String getRenderText(int line,
java.util.function.Function<ITextComponent,java.lang.String> p_212364_2_)
@Nullable public SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket in class TileEntitypublic CompoundNBT getUpdateTag()
getUpdateTag in class TileEntitypublic boolean onlyOpsCanSetNbt()
onlyOpsCanSetNbt in class TileEntitypublic boolean getIsEditable()
public void setEditable(boolean isEditableIn)
public void setPlayer(PlayerEntity playerIn)
public PlayerEntity getPlayer()
public boolean executeCommand(PlayerEntity playerIn)
public CommandSource getCommandSource(@Nullable ServerPlayerEntity playerIn)
public DyeColor getTextColor()
public boolean setTextColor(DyeColor newColor)
public void func_214062_a(int p_214062_1_,
int p_214062_2_,
int p_214062_3_,
boolean p_214062_4_)
public void func_214063_g()
public boolean func_214069_r()
public int getLineBeingEdited()
public int func_214065_t()
public int func_214067_u()