Class SignBlockEntity
- All Implemented Interfaces:
DebugTrackable
- Direct Known Subclasses:
HangingSignBlockEntity
- Mappings:
Namespace Name named net/minecraft/block/entity/SignBlockEntityintermediary net/minecraft/class_2625official ehx
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.debug.DebugTrackable
DebugTrackable.DebugDataSupplier<T>, DebugTrackable.Tracker -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SignTextprivate static final booleanprivate SignTextprivate static final Loggerprivate static final intprivate static final intprivate booleanFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
ConstructorsConstructorDescriptionSignBlockEntity(BlockEntityType type, BlockPos pos, BlockState state) SignBlockEntity(BlockPos pos, BlockState state) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanRunCommandClickEvent(boolean front, PlayerEntity player) booleanchangeText(UnaryOperator<SignText> textChanger, boolean front) private static ServerCommandSourcecreateCommandSource(@Nullable PlayerEntity player, ServerWorld world, BlockPos pos) protected SignTextintgetText(boolean front) intprivate SignTextgetTextWithMessages(PlayerEntity player, List<FilteredMessage> messages, SignText text) booleanisPlayerFacingFront(PlayerEntity player) booleanisPlayerTooFarToEdit(UUID uuid) booleanisWaxed()private Textprivate SignTextparseLines(SignText signText) protected voidReads data fromnbt.booleanrunCommandClickEvent(ServerWorld world, PlayerEntity player, BlockPos pos, boolean front) private booleansetBackText(SignText backText) voidprivate booleansetFrontText(SignText frontText) booleanbooleansetWaxed(boolean waxed) static voidtick(World world, BlockPos pos, BlockState state, SignBlockEntity blockEntity) toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.Returns the packet to send to nearby players when the block entity's observable state changes, ornullto not send the packet.voidtryChangeText(PlayerEntity player, boolean front, List<FilteredMessage> messages) private voidtryClearInvalidEditor(SignBlockEntity blockEntity, World world, UUID uuid) private voidprotected voidWrites data tonbt.Methods inherited from class net.minecraft.block.entity.BlockEntity
addComponents, cancelRemoval, createComponentlessNbt, createComponentMap, createFromNbt, createNbt, createNbtWithIdentifyingData, getCachedState, getComponents, getNameForReport, getPos, getReporterContext, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onBlockReplaced, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessData, readComponents, readComponents, readComponents, registerTracking, removeFromCopiedStackData, setCachedState, setComponents, setWorld, supports, tryParseCustomName, writeComponentlessData, writeDataWithId, writeDataWithoutId, writeFullData, writeId
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/block/entity/SignBlockEntity;LOGGER:Lorg/slf4j/Logger;intermediary field_43294Lnet/minecraft/class_2625;field_43294:Lorg/slf4j/Logger;official aLehx;a:Lorg/slf4j/Logger;
-
MAX_TEXT_WIDTH
private static final int MAX_TEXT_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_TEXT_WIDTHLnet/minecraft/block/entity/SignBlockEntity;MAX_TEXT_WIDTH:Iintermediary field_40335Lnet/minecraft/class_2625;field_40335:Iofficial bLehx;b:I
-
TEXT_LINE_HEIGHT
private static final int TEXT_LINE_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named TEXT_LINE_HEIGHTLnet/minecraft/block/entity/SignBlockEntity;TEXT_LINE_HEIGHT:Iintermediary field_40336Lnet/minecraft/class_2625;field_40336:Iofficial cLehx;c:I
-
DEFAULT_WAXED
private static final boolean DEFAULT_WAXED- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_WAXEDLnet/minecraft/block/entity/SignBlockEntity;DEFAULT_WAXED:Zintermediary field_57786Lnet/minecraft/class_2625;field_57786:Zofficial dLehx;d:Z
-
editor
- Mappings:
Namespace Name Mixin selector named editorLnet/minecraft/block/entity/SignBlockEntity;editor:Ljava/util/UUID;intermediary field_12046Lnet/minecraft/class_2625;field_12046:Ljava/util/UUID;official eLehx;e:Ljava/util/UUID;
-
frontText
- Mappings:
Namespace Name Mixin selector named frontTextLnet/minecraft/block/entity/SignBlockEntity;frontText:Lnet/minecraft/block/entity/SignText;intermediary field_43295Lnet/minecraft/class_2625;field_43295:Lnet/minecraft/class_8242;official fLehx;f:Lehy;
-
backText
- Mappings:
Namespace Name Mixin selector named backTextLnet/minecraft/block/entity/SignBlockEntity;backText:Lnet/minecraft/block/entity/SignText;intermediary field_43296Lnet/minecraft/class_2625;field_43296:Lnet/minecraft/class_8242;official gLehx;g:Lehy;
-
waxed
private boolean waxed- Mappings:
Namespace Name Mixin selector named waxedLnet/minecraft/block/entity/SignBlockEntity;waxed:Zintermediary field_43297Lnet/minecraft/class_2625;field_43297:Zofficial hLehx;h:Z
-
-
Constructor Details
-
SignBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/SignBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2625;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Lehx;<init>(Lja;Lejm;)V
-
SignBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/BlockEntity;<init>(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2586;<init>(Lnet/minecraft/class_2591;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Legg;<init>(Legi;Lja;Lejm;)V
-
-
Method Details
-
createText
- Mappings:
Namespace Name Mixin selector named createTextLnet/minecraft/block/entity/SignBlockEntity;createText()Lnet/minecraft/block/entity/SignText;intermediary method_49852Lnet/minecraft/class_2625;method_49852()Lnet/minecraft/class_8242;official fLehx;f()Lehy;
-
isPlayerFacingFront
- Mappings:
Namespace Name Mixin selector named isPlayerFacingFrontLnet/minecraft/block/entity/SignBlockEntity;isPlayerFacingFront(Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_49834Lnet/minecraft/class_2625;method_49834(Lnet/minecraft/class_1657;)Zofficial aLehx;a(Lczl;)Z
-
getText
- Mappings:
Namespace Name Mixin selector named getTextLnet/minecraft/block/entity/SignBlockEntity;getText(Z)Lnet/minecraft/block/entity/SignText;intermediary method_49843Lnet/minecraft/class_2625;method_49843(Z)Lnet/minecraft/class_8242;official aLehx;a(Z)Lehy;
-
getFrontText
- Mappings:
Namespace Name Mixin selector named getFrontTextLnet/minecraft/block/entity/SignBlockEntity;getFrontText()Lnet/minecraft/block/entity/SignText;intermediary method_49853Lnet/minecraft/class_2625;method_49853()Lnet/minecraft/class_8242;official hLehx;h()Lehy;
-
getBackText
- Mappings:
Namespace Name Mixin selector named getBackTextLnet/minecraft/block/entity/SignBlockEntity;getBackText()Lnet/minecraft/block/entity/SignText;intermediary method_49854Lnet/minecraft/class_2625;method_49854()Lnet/minecraft/class_8242;official kLehx;k()Lehy;
-
getTextLineHeight
public int getTextLineHeight()- Mappings:
Namespace Name Mixin selector named getTextLineHeightLnet/minecraft/block/entity/SignBlockEntity;getTextLineHeight()Iintermediary method_45469Lnet/minecraft/class_2625;method_45469()Iofficial aLehx;a()I
-
getMaxTextWidth
public int getMaxTextWidth()- Mappings:
Namespace Name Mixin selector named getMaxTextWidthLnet/minecraft/block/entity/SignBlockEntity;getMaxTextWidth()Iintermediary method_45470Lnet/minecraft/class_2625;method_45470()Iofficial cLehx;c()I
-
writeData
Writes data tonbt. Subclasses should override this if they store a persistent data.NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.
- Overrides:
writeDatain classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named writeDataLnet/minecraft/block/entity/BlockEntity;writeData(Lnet/minecraft/storage/WriteView;)Vintermediary method_11007Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_11372;)Vofficial aLegg;a(Lfir;)V
-
readData
Reads data fromnbt. Subclasses should override this if they store a persistent data.NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.
nbtmight not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.- Overrides:
readDatain classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named readDataLnet/minecraft/block/entity/BlockEntity;readData(Lnet/minecraft/storage/ReadView;)Vintermediary method_11014Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_11368;)Vofficial aLegg;a(Lfip;)V
-
parseLines
- Mappings:
Namespace Name Mixin selector named parseLinesLnet/minecraft/block/entity/SignBlockEntity;parseLines(Lnet/minecraft/block/entity/SignText;)Lnet/minecraft/block/entity/SignText;intermediary method_50008Lnet/minecraft/class_2625;method_50008(Lnet/minecraft/class_8242;)Lnet/minecraft/class_8242;official aLehx;a(Lehy;)Lehy;
-
parseLine
- Mappings:
Namespace Name Mixin selector named parseLineLnet/minecraft/block/entity/SignBlockEntity;parseLine(Lnet/minecraft/text/Text;)Lnet/minecraft/text/Text;intermediary method_50009Lnet/minecraft/class_2625;method_50009(Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;official aLehx;a(Lxx;)Lxx;
-
tryChangeText
- Mappings:
Namespace Name Mixin selector named tryChangeTextLnet/minecraft/block/entity/SignBlockEntity;tryChangeText(Lnet/minecraft/entity/player/PlayerEntity;ZLjava/util/List;)Vintermediary method_49836Lnet/minecraft/class_2625;method_49836(Lnet/minecraft/class_1657;ZLjava/util/List;)Vofficial aLehx;a(Lczl;ZLjava/util/List;)V
-
changeText
- Mappings:
Namespace Name Mixin selector named changeTextLnet/minecraft/block/entity/SignBlockEntity;changeText(Ljava/util/function/UnaryOperator;Z)Zintermediary method_49841Lnet/minecraft/class_2625;method_49841(Ljava/util/function/UnaryOperator;Z)Zofficial aLehx;a(Ljava/util/function/UnaryOperator;Z)Z
-
getTextWithMessages
private SignText getTextWithMessages(PlayerEntity player, List<FilteredMessage> messages, SignText text) - Mappings:
Namespace Name Mixin selector named getTextWithMessagesLnet/minecraft/block/entity/SignBlockEntity;getTextWithMessages(Lnet/minecraft/entity/player/PlayerEntity;Ljava/util/List;Lnet/minecraft/block/entity/SignText;)Lnet/minecraft/block/entity/SignText;intermediary method_49835Lnet/minecraft/class_2625;method_49835(Lnet/minecraft/class_1657;Ljava/util/List;Lnet/minecraft/class_8242;)Lnet/minecraft/class_8242;official aLehx;a(Lczl;Ljava/util/List;Lehy;)Lehy;
-
setText
- Mappings:
Namespace Name Mixin selector named setTextLnet/minecraft/block/entity/SignBlockEntity;setText(Lnet/minecraft/block/entity/SignText;Z)Zintermediary method_49840Lnet/minecraft/class_2625;method_49840(Lnet/minecraft/class_8242;Z)Zofficial aLehx;a(Lehy;Z)Z
-
setBackText
- Mappings:
Namespace Name Mixin selector named setBackTextLnet/minecraft/block/entity/SignBlockEntity;setBackText(Lnet/minecraft/block/entity/SignText;)Zintermediary method_49839Lnet/minecraft/class_2625;method_49839(Lnet/minecraft/class_8242;)Zofficial bLehx;b(Lehy;)Z
-
setFrontText
- Mappings:
Namespace Name Mixin selector named setFrontTextLnet/minecraft/block/entity/SignBlockEntity;setFrontText(Lnet/minecraft/block/entity/SignText;)Zintermediary method_49846Lnet/minecraft/class_2625;method_49846(Lnet/minecraft/class_8242;)Zofficial cLehx;c(Lehy;)Z
-
canRunCommandClickEvent
- Mappings:
Namespace Name Mixin selector named canRunCommandClickEventLnet/minecraft/block/entity/SignBlockEntity;canRunCommandClickEvent(ZLnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_50010Lnet/minecraft/class_2625;method_50010(ZLnet/minecraft/class_1657;)Zofficial aLehx;a(ZLczl;)Z
-
runCommandClickEvent
public boolean runCommandClickEvent(ServerWorld world, PlayerEntity player, BlockPos pos, boolean front) - Mappings:
Namespace Name Mixin selector named runCommandClickEventLnet/minecraft/block/entity/SignBlockEntity;runCommandClickEvent(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Z)Zintermediary method_50007Lnet/minecraft/class_2625;method_50007(Lnet/minecraft/class_3218;Lnet/minecraft/class_1657;Lnet/minecraft/class_2338;Z)Zofficial aLehx;a(Lawx;Lczl;Lja;Z)Z
-
createCommandSource
private static ServerCommandSource createCommandSource(@Nullable @Nullable PlayerEntity player, ServerWorld world, BlockPos pos) - Mappings:
Namespace Name Mixin selector named createCommandSourceLnet/minecraft/block/entity/SignBlockEntity;createCommandSource(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/server/command/ServerCommandSource;intermediary method_50006Lnet/minecraft/class_2625;method_50006(Lnet/minecraft/class_1657;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2168;official aLehx;a(Lczl;Lawx;Lja;)Lej;
-
toUpdatePacket
Description copied from class:BlockEntityReturns the packet to send to nearby players when the block entity's observable state changes, ornullto not send the packet.If the data returned by
initial chunk datais suitable for updates, the following shortcut can be used to create an update packet:BlockEntityUpdateS2CPacket.create(this). The NBT will be passed toon the client.invalid reference
#readNbt"Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To sync block entity data using this method, use
serverWorld.getChunkManager().markForUpdate(this.getPos());.- Overrides:
toUpdatePacketin classBlockEntity- Returns:
- the packet to send to nearby players when the block entity's observable
state changes, or
nullto not send the packet - See Also:
- Mappings:
Namespace Name Mixin selector named toUpdatePacketLnet/minecraft/block/entity/SignBlockEntity;toUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;intermediary method_38249Lnet/minecraft/class_2625;method_38249()Lnet/minecraft/class_2622;official lLehx;l()Lacx;
-
toInitialChunkDataNbt
Returns the serialized state of this block entity that is observable by clients.This is sent alongside the initial chunk data, as well as when the block entity implements
toUpdatePacket()and decides to use the defaultBlockEntityUpdateS2CPacket."Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To send all NBT data of this block entity saved to disk, return
BlockEntity.createNbt(net.minecraft.registry.RegistryWrapper.WrapperLookup).- Overrides:
toInitialChunkDataNbtin classBlockEntity- Returns:
- the serialized state of this block entity that is observable by clients
- See Also:
- Mappings:
Namespace Name Mixin selector named toInitialChunkDataNbtLnet/minecraft/block/entity/BlockEntity;toInitialChunkDataNbt(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;intermediary method_16887Lnet/minecraft/class_2586;method_16887(Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;official aLegg;a(Ljm$a;)Lup;
-
setEditor
- Mappings:
Namespace Name Mixin selector named setEditorLnet/minecraft/block/entity/SignBlockEntity;setEditor(Ljava/util/UUID;)Vintermediary method_11306Lnet/minecraft/class_2625;method_11306(Ljava/util/UUID;)Vofficial aLehx;a(Ljava/util/UUID;)V
-
getEditor
- Mappings:
Namespace Name Mixin selector named getEditorLnet/minecraft/block/entity/SignBlockEntity;getEditor()Ljava/util/UUID;intermediary method_11305Lnet/minecraft/class_2625;method_11305()Ljava/util/UUID;official mLehx;m()Ljava/util/UUID;
-
updateListeners
private void updateListeners()- Mappings:
Namespace Name Mixin selector named updateListenersLnet/minecraft/block/entity/SignBlockEntity;updateListeners()Vintermediary method_34272Lnet/minecraft/class_2625;method_34272()Vofficial xLehx;x()V
-
isWaxed
public boolean isWaxed()- Mappings:
Namespace Name Mixin selector named isWaxedLnet/minecraft/block/entity/SignBlockEntity;isWaxed()Zintermediary method_49855Lnet/minecraft/class_2625;method_49855()Zofficial wLehx;w()Z
-
setWaxed
public boolean setWaxed(boolean waxed) - Mappings:
Namespace Name Mixin selector named setWaxedLnet/minecraft/block/entity/SignBlockEntity;setWaxed(Z)Zintermediary method_49849Lnet/minecraft/class_2625;method_49849(Z)Zofficial bLehx;b(Z)Z
-
isPlayerTooFarToEdit
- Mappings:
Namespace Name Mixin selector named isPlayerTooFarToEditLnet/minecraft/block/entity/SignBlockEntity;isPlayerTooFarToEdit(Ljava/util/UUID;)Zintermediary method_49847Lnet/minecraft/class_2625;method_49847(Ljava/util/UUID;)Zofficial bLehx;b(Ljava/util/UUID;)Z
-
tick
- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/block/entity/SignBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/SignBlockEntity;)Vintermediary method_49837Lnet/minecraft/class_2625;method_49837(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2625;)Vofficial aLehx;a(Ldrq;Lja;Lejm;Lehx;)V
-
tryClearInvalidEditor
- Mappings:
Namespace Name Mixin selector named tryClearInvalidEditorLnet/minecraft/block/entity/SignBlockEntity;tryClearInvalidEditor(Lnet/minecraft/block/entity/SignBlockEntity;Lnet/minecraft/world/World;Ljava/util/UUID;)Vintermediary method_49838Lnet/minecraft/class_2625;method_49838(Lnet/minecraft/class_2625;Lnet/minecraft/class_1937;Ljava/util/UUID;)Vofficial aLehx;a(Lehx;Ldrq;Ljava/util/UUID;)V
-
getInteractionFailSound
- Mappings:
Namespace Name Mixin selector named getInteractionFailSoundLnet/minecraft/block/entity/SignBlockEntity;getInteractionFailSound()Lnet/minecraft/sound/SoundEvent;intermediary method_54303Lnet/minecraft/class_2625;method_54303()Lnet/minecraft/class_3414;official dLehx;d()Lbcd;
-