Uses of Class
net.minecraft.tileentity.CommandBlockTileEntity
-
Packages that use CommandBlockTileEntity Package Description net.minecraft.client.entity.player net.minecraft.client.gui.screen net.minecraft.entity.player net.minecraft.tileentity -
-
Uses of CommandBlockTileEntity in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type CommandBlockTileEntity Modifier and Type Method Description void
ClientPlayerEntity. openCommandBlock(CommandBlockTileEntity p_184824_1_)
-
Uses of CommandBlockTileEntity in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockTileEntity Modifier and Type Field Description private CommandBlockTileEntity
CommandBlockScreen. autoCommandBlock
Constructors in net.minecraft.client.gui.screen with parameters of type CommandBlockTileEntity Constructor Description CommandBlockScreen(CommandBlockTileEntity p_i46596_1_)
-
Uses of CommandBlockTileEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockTileEntity Modifier and Type Method Description void
PlayerEntity. openCommandBlock(CommandBlockTileEntity p_184824_1_)
void
ServerPlayerEntity. openCommandBlock(CommandBlockTileEntity p_184824_1_)
-
Uses of CommandBlockTileEntity in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type CommandBlockTileEntity Modifier and Type Field Description static TileEntityType<CommandBlockTileEntity>
TileEntityType. COMMAND_BLOCK
-