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 voidClientPlayerEntity. 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 CommandBlockTileEntityCommandBlockScreen. autoCommandBlockConstructors 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 voidPlayerEntity. 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 CommandBlockTileEntity Modifier and Type Field Description static TileEntityType<CommandBlockTileEntity>TileEntityType. COMMAND_BLOCK
-