Uses of Enum Class
net.minecraft.world.level.block.entity.CommandBlockEntity.Mode
Package
Description
-
Uses of CommandBlockEntity.Mode in net.minecraft.client.gui.screens.inventory
Modifier and TypeFieldDescriptionprivate CycleButton<CommandBlockEntity.Mode>
CommandBlockEditScreen.modeButton
-
Uses of CommandBlockEntity.Mode in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final CommandBlockEntity.Mode
ServerboundSetCommandBlockPacket.mode
ModifierConstructorDescriptionServerboundSetCommandBlockPacket
(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
Modifier 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.