Uses of Class
net.minecraft.tileentity.CommandBlockTileEntity
Package
Description
-
Uses of CommandBlockTileEntity in net.minecraft.client.entity.player
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openCommandBlock
(CommandBlockTileEntity p_184824_1_) -
Uses of CommandBlockTileEntity in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final CommandBlockTileEntity
CommandBlockScreen.autoCommandBlock
-
Uses of CommandBlockTileEntity in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.openCommandBlock
(CommandBlockTileEntity p_184824_1_) void
ServerPlayerEntity.openCommandBlock
(CommandBlockTileEntity p_184824_1_) -
Uses of CommandBlockTileEntity in net.minecraft.tileentity
Modifier and TypeFieldDescriptionstatic final TileEntityType<CommandBlockTileEntity>
TileEntityType.COMMAND_BLOCK