| Package | Description |
|---|---|
| net.minecraft.client.entity.player | |
| net.minecraft.client.gui.screen | |
| net.minecraft.entity.player | |
| net.minecraft.tileentity |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPlayerEntity.openCommandBlock(CommandBlockTileEntity commandBlock) |
| Modifier and Type | Field and Description |
|---|---|
private CommandBlockTileEntity |
CommandBlockScreen.commandBlock |
| Constructor and Description |
|---|
CommandBlockScreen(CommandBlockTileEntity commandBlockIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerEntity.openCommandBlock(CommandBlockTileEntity commandBlock) |
void |
ServerPlayerEntity.openCommandBlock(CommandBlockTileEntity commandBlock) |
| Modifier and Type | Field and Description |
|---|---|
static TileEntityType<CommandBlockTileEntity> |
TileEntityType.COMMAND_BLOCK |