Uses of Enum Class
net.minecraft.world.level.block.entity.SignTextSlot
Packages that use SignTextSlot
Package
Description
-
Uses of SignTextSlot in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as SignTextSlotConstructors in net.minecraft.client.gui.screens.inventory with parameters of type SignTextSlotModifierConstructorDescriptionAbstractSignEditScreen(SignBlockEntity sign, SignTextSlot slot, boolean shouldFilter) AbstractSignEditScreen(SignBlockEntity sign, SignTextSlot slot, boolean shouldFilter, Component title) HangingSignEditScreen(SignBlockEntity sign, SignTextSlot slot, boolean shouldFilter) SignEditScreen(SignBlockEntity sign, SignTextSlot slot, boolean shouldFilter) -
Uses of SignTextSlot in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type SignTextSlotModifier and TypeMethodDescriptionvoidLocalPlayer.openTextEdit(SignBlockEntity sign, SignTextSlot slot) -
Uses of SignTextSlot in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SignTextSlotModifier and TypeFieldDescriptionprivate final SignTextSlotClientboundOpenSignEditorPacket.slotThe field for theslotrecord component.private final SignTextSlotServerboundSignUpdatePacket.slotThe field for theslotrecord component.Methods in net.minecraft.network.protocol.game that return SignTextSlotModifier and TypeMethodDescriptionClientboundOpenSignEditorPacket.slot()Returns the value of theslotrecord component.ServerboundSignUpdatePacket.slot()Returns the value of theslotrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type SignTextSlotModifierConstructorDescriptionClientboundOpenSignEditorPacket(BlockPos pos, SignTextSlot slot) Creates an instance of aClientboundOpenSignEditorPacketrecord class.ServerboundSignUpdatePacket(BlockPos pos, List<String> lines, SignTextSlot slot) Creates an instance of aServerboundSignUpdatePacketrecord class. -
Uses of SignTextSlot in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type SignTextSlotModifier and TypeMethodDescriptionvoidServerPlayer.openTextEdit(SignBlockEntity sign, SignTextSlot slot) -
Uses of SignTextSlot in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type SignTextSlotModifier and TypeMethodDescriptionvoidPlayer.openTextEdit(SignBlockEntity sign, SignTextSlot slot) -
Uses of SignTextSlot in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type SignTextSlotModifier and TypeMethodDescriptionbooleanDyeItem.tryApplyToSign(Level level, SignBlockEntity sign, SignTextSlot slot, ItemStack item, Player player) booleanGlowInkSacItem.tryApplyToSign(Level level, SignBlockEntity sign, SignTextSlot slot, ItemStack item, Player player) booleanHoneycombItem.tryApplyToSign(Level level, SignBlockEntity sign, SignTextSlot slot, ItemStack item, Player player) booleanInkSacItem.tryApplyToSign(Level level, SignBlockEntity sign, SignTextSlot slot, ItemStack item, Player player) booleanSignApplicator.tryApplyToSign(Level level, SignBlockEntity sign, SignTextSlot slot, ItemStack item, Player player) -
Uses of SignTextSlot in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type SignTextSlotModifier and TypeMethodDescriptionvoidSignBlock.openTextEdit(Player player, SignBlockEntity sign, SignTextSlot slot) -
Uses of SignTextSlot in net.minecraft.world.level.block.entity
Subclasses with type arguments of type SignTextSlot in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type SignTextSlotModifier and TypeFieldDescriptionprivate static final IntFunction<SignTextSlot> SignTextSlot.BY_IDstatic final StreamCodec<io.netty.buffer.ByteBuf, SignTextSlot> SignTextSlot.STREAM_CODECMethods in net.minecraft.world.level.block.entity that return SignTextSlotModifier and TypeMethodDescriptionSignBlockEntity.getSlotPlayerIsFacing(Player player) static SignTextSlotReturns the enum constant of this class with the specified name.static SignTextSlot[]SignTextSlot.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.block.entity with parameters of type SignTextSlotModifier and TypeMethodDescriptionbooleanSignBlockEntity.canExecuteClickCommands(SignTextSlot slot, Player player) booleanSignBlockEntity.executeClickCommandsIfPresent(ServerLevel level, Player player, BlockPos pos, SignTextSlot slot) SignBlockEntity.getText(SignTextSlot slot) voidSignBlockEntity.setText(SignText text, SignTextSlot slot) voidSignBlockEntity.updateSignText(Player player, SignTextSlot slot, List<FilteredText> lines) booleanSignBlockEntity.updateText(UnaryOperator<SignText> function, SignTextSlot slot)