Uses of Class
net.minecraft.tileentity.CommandBlockTileEntity.Mode
-
Packages that use CommandBlockTileEntity.Mode Package Description net.minecraft.client.gui.screen net.minecraft.network.play.client net.minecraft.tileentity -
-
Uses of CommandBlockTileEntity.Mode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockTileEntity.Mode Modifier and Type Field Description private CommandBlockTileEntity.ModeCommandBlockScreen. mode -
Uses of CommandBlockTileEntity.Mode in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as CommandBlockTileEntity.Mode Modifier and Type Field Description private CommandBlockTileEntity.ModeCUpdateCommandBlockPacket. modeMethods in net.minecraft.network.play.client that return CommandBlockTileEntity.Mode Modifier and Type Method Description CommandBlockTileEntity.ModeCUpdateCommandBlockPacket. getMode()Constructors in net.minecraft.network.play.client with parameters of type CommandBlockTileEntity.Mode Constructor Description CUpdateCommandBlockPacket(BlockPos p_i49543_1_, java.lang.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.Mode Modifier and Type Method Description CommandBlockTileEntity.ModeCommandBlockTileEntity. getMode()static CommandBlockTileEntity.ModeCommandBlockTileEntity.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandBlockTileEntity.Mode[]CommandBlockTileEntity.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-