@Deprecated public class SignBlock extends BaseBlock
Constructor and Description |
---|
SignBlock(BlockState blockState,
java.lang.String[] text)
Deprecated.
Construct the sign with text.
|
Modifier and Type | Method and Description |
---|---|
CompoundTag |
getNbtData()
Deprecated.
Get the object's NBT data (tile entity data).
|
java.lang.String |
getNbtId()
Deprecated.
Return the name of the title entity ID.
|
java.lang.String[] |
getText()
Deprecated.
Get the text.
|
boolean |
hasNbtData()
Deprecated.
Returns whether the block contains NBT data.
|
void |
setNbtData(CompoundTag rootTag)
Deprecated.
Set the object's NBT data (tile entity data).
|
void |
setText(java.lang.String[] text)
Deprecated.
Set the text.
|
equals, equalsFuzzy, getBlockType, getNbtReference, getState, getStates, hashCode, setNbtReference, toBaseBlock, toBaseBlock, toImmutableState, toString, with
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
applyBlock, getAsString, toBaseBlock, toBaseBlock
public SignBlock(BlockState blockState, java.lang.String[] text)
blockState
- The block statetext
- lines of textpublic java.lang.String[] getText()
public void setText(java.lang.String[] text)
text
- the text to setpublic boolean hasNbtData()
NbtValued
NbtValued.getNbtData()
must not return null if this method returns true.public java.lang.String getNbtId()
TileEntityBlock
getNbtId
in interface TileEntityBlock
getNbtId
in class BaseBlock
public CompoundTag getNbtData()
NbtValued
NbtValued.setNbtData(CompoundTag)
so that the instance knows of the changes. Making changes without
calling NbtValued.setNbtData(CompoundTag)
could have unintended
consequences.
NbtValued.hasNbtData()
must return true if and only if method does
not return null.
public void setNbtData(CompoundTag rootTag)
NbtValued
rootTag
- NBT data, or null if no data