Uses of Enum Class
net.minecraft.tileentity.CommandBlockTileEntity.Mode
Package
Description
-
Uses of CommandBlockTileEntity.Mode in net.minecraft.client.gui.screen
-
Uses of CommandBlockTileEntity.Mode in net.minecraft.network.play.client
Modifier and TypeFieldDescriptionprivate CommandBlockTileEntity.Mode
CUpdateCommandBlockPacket.mode
ModifierConstructorDescriptionCUpdateCommandBlockPacket
(BlockPos p_i49543_1_, String p_i49543_2_, CommandBlockTileEntity.Mode p_i49543_3_, boolean p_i49543_4_, boolean p_i49543_5_, boolean p_i49543_6_) -
Uses of CommandBlockTileEntity.Mode in net.minecraft.tileentity
Modifier and TypeMethodDescriptionCommandBlockTileEntity.getMode()
static CommandBlockTileEntity.Mode
Returns the enum constant of this class with the specified name.static CommandBlockTileEntity.Mode[]
CommandBlockTileEntity.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.