Uses of Enum Class
net.minecraft.tileentity.CommandBlockTileEntity.Mode
Packages that use CommandBlockTileEntity.Mode
Package
Description
-
Uses of CommandBlockTileEntity.Mode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockTileEntity.Mode -
Uses of CommandBlockTileEntity.Mode in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as CommandBlockTileEntity.ModeModifier and TypeFieldDescriptionprivate CommandBlockTileEntity.ModeCUpdateCommandBlockPacket.modeMethods in net.minecraft.network.play.client that return CommandBlockTileEntity.ModeConstructors in net.minecraft.network.play.client with parameters of type CommandBlockTileEntity.ModeModifierConstructorDescriptionCUpdateCommandBlockPacket(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
Methods in net.minecraft.tileentity that return CommandBlockTileEntity.ModeModifier and TypeMethodDescriptionCommandBlockTileEntity.getMode()static CommandBlockTileEntity.ModeReturns 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.