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 TypeMethodDescriptionvoidClientPlayerEntity.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 CommandBlockTileEntityCommandBlockScreen.autoCommandBlockConstructors 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 TypeMethodDescriptionvoidPlayerEntity.openCommandBlock(CommandBlockTileEntity p_184824_1_) voidServerPlayerEntity.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