Uses of Class
net.minecraft.world.level.block.entity.SignBlockEntity
Packages that use SignBlockEntity
Package
Description
-
Uses of SignBlockEntity in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as SignBlockEntityModifier and TypeFieldDescriptionprotected final SignBlockEntity
AbstractSignEditScreen.sign
Reference to the sign object.Constructors in net.minecraft.client.gui.screens.inventory with parameters of type SignBlockEntityModifierConstructorDescriptionAbstractSignEditScreen
(SignBlockEntity pSign, boolean pIsFrontText, boolean pIsFiltered) AbstractSignEditScreen
(SignBlockEntity pSign, boolean pIsFrontText, boolean pIsFiltered, Component pTitle) HangingSignEditScreen
(SignBlockEntity p_278017_, boolean p_277942_, boolean p_277778_) SignEditScreen
(SignBlockEntity p_277919_, boolean p_277579_, boolean p_277693_) -
Uses of SignBlockEntity in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type SignBlockEntityModifier and TypeMethodDescriptionvoid
LocalPlayer.openTextEdit
(SignBlockEntity p_277970_, boolean p_277980_) -
Uses of SignBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type SignBlockEntityModifier and TypeMethodDescriptionAbstractSignRenderer.getRenderBoundingBox
(SignBlockEntity blockEntity) void
AbstractSignRenderer.render
(SignBlockEntity p_389499_, float p_389653_, PoseStack p_389702_, MultiBufferSource p_389632_, int p_389452_, int p_389727_, Vec3 p_401029_) private void
AbstractSignRenderer.renderSignWithText
(SignBlockEntity pBlockEntity, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, BlockState pState, SignBlock pSign, WoodType pWoodType, Model pModel) -
Uses of SignBlockEntity in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type SignBlockEntityModifier and TypeMethodDescriptionvoid
ServerPlayer.openTextEdit
(SignBlockEntity p_277909_, boolean p_277495_) -
Uses of SignBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type SignBlockEntityModifier and TypeMethodDescriptionvoid
Player.openTextEdit
(SignBlockEntity pSignEntity, boolean pIsFrontText) -
Uses of SignBlockEntity in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type SignBlockEntityModifier and TypeMethodDescriptionboolean
DyeItem.tryApplyToSign
(Level p_277691_, SignBlockEntity p_277488_, boolean p_277951_, Player p_277932_) boolean
GlowInkSacItem.tryApplyToSign
(Level p_278089_, SignBlockEntity p_277706_, boolean p_277442_, Player p_277983_) boolean
HoneycombItem.tryApplyToSign
(Level p_277838_, SignBlockEntity p_277988_, boolean p_277394_, Player p_277816_) boolean
InkSacItem.tryApplyToSign
(Level p_277633_, SignBlockEntity p_277698_, boolean p_277634_, Player p_277815_) boolean
SignApplicator.tryApplyToSign
(Level pLevel, SignBlockEntity pSign, boolean pIsFront, Player pPlayer) -
Uses of SignBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type SignBlockEntityModifier and TypeMethodDescriptionprivate boolean
SignBlock.hasEditableText
(Player pPlayer, SignBlockEntity pSignEntity, boolean pIsFrontText) void
SignBlock.openTextEdit
(Player pPlayer, SignBlockEntity pSignEntity, boolean pIsFrontText) private boolean
SignBlock.otherPlayerIsEditingSign
(Player pPlayer, SignBlockEntity pSignEntity) private boolean
CeilingHangingSignBlock.shouldTryToChainAnotherHangingSign
(Player pPlayer, BlockHitResult pHitResult, SignBlockEntity pSign, ItemStack pStack) private boolean
WallHangingSignBlock.shouldTryToChainAnotherHangingSign
(BlockState pState, Player pPlayer, BlockHitResult pHitResult, SignBlockEntity pSign, ItemStack pStack) -
Uses of SignBlockEntity in net.minecraft.world.level.block.entity
Subclasses of SignBlockEntity in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type SignBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<SignBlockEntity> BlockEntityType.SIGN
Methods in net.minecraft.world.level.block.entity with parameters of type SignBlockEntityModifier and TypeMethodDescriptionprivate void
SignBlockEntity.clearInvalidPlayerWhoMayEdit
(SignBlockEntity pSign, Level pLevel, UUID pUuid) static void
SignBlockEntity.tick
(Level pLevel, BlockPos pPos, BlockState pState, SignBlockEntity pSign)