Uses of Class
net.minecraft.tileentity.CommandBlockTileEntity
Packages that use CommandBlockTileEntity
Package
Description
-
Uses of CommandBlockTileEntity in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type CommandBlockTileEntityModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openCommandBlock
(CommandBlockTileEntity p_184824_1_) -
Uses of CommandBlockTileEntity in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockTileEntityModifier and TypeFieldDescriptionprivate final CommandBlockTileEntity
CommandBlockScreen.autoCommandBlock
Constructors in net.minecraft.client.gui.screen with parameters of type CommandBlockTileEntity -
Uses of CommandBlockTileEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockTileEntityModifier and TypeMethodDescriptionvoid
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 CommandBlockTileEntityModifier and TypeFieldDescriptionstatic final TileEntityType<CommandBlockTileEntity>
TileEntityType.COMMAND_BLOCK