Package | Description |
---|---|
net.minecraft.client.gui.screen | |
net.minecraft.network.play.client | |
net.minecraft.tileentity |
Modifier and Type | Field and Description |
---|---|
private CommandBlockTileEntity.Mode |
CommandBlockScreen.commandBlockMode |
Modifier and Type | Field and Description |
---|---|
private CommandBlockTileEntity.Mode |
CUpdateCommandBlockPacket.mode |
Modifier and Type | Method and Description |
---|---|
CommandBlockTileEntity.Mode |
CUpdateCommandBlockPacket.getMode() |
Constructor and 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_) |
Modifier and Type | Method and Description |
---|---|
CommandBlockTileEntity.Mode |
CommandBlockTileEntity.getMode() |
static CommandBlockTileEntity.Mode |
CommandBlockTileEntity.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.
|