Uses of Enum Class
net.minecraft.world.level.block.entity.CommandBlockEntity.Mode
Packages that use CommandBlockEntity.Mode
Package
Description
-
Uses of CommandBlockEntity.Mode in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as CommandBlockEntity.ModeFields in net.minecraft.client.gui.screens.inventory with type parameters of type CommandBlockEntity.ModeModifier and TypeFieldDescriptionprivate CycleButton<CommandBlockEntity.Mode>
CommandBlockEditScreen.modeButton
-
Uses of CommandBlockEntity.Mode in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as CommandBlockEntity.ModeModifier and TypeFieldDescriptionprivate final CommandBlockEntity.Mode
ServerboundSetCommandBlockPacket.mode
Methods in net.minecraft.network.protocol.game that return CommandBlockEntity.ModeConstructors in net.minecraft.network.protocol.game with parameters of type CommandBlockEntity.ModeModifierConstructorDescriptionServerboundSetCommandBlockPacket
(BlockPos p_134509_, String p_134510_, CommandBlockEntity.Mode p_134511_, boolean p_134512_, boolean p_134513_, boolean p_134514_) -
Uses of CommandBlockEntity.Mode in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return CommandBlockEntity.ModeModifier and TypeMethodDescriptionCommandBlockEntity.getMode()
static CommandBlockEntity.Mode
Returns the enum constant of this class with the specified name.static CommandBlockEntity.Mode[]
CommandBlockEntity.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.