Uses of Class
net.minecraft.world.level.block.entity.CommandBlockEntity
Packages that use CommandBlockEntity
Package
Description
- 
Uses of CommandBlockEntity in net.minecraft.client.gui.screens.inventoryFields in net.minecraft.client.gui.screens.inventory declared as CommandBlockEntityModifier and TypeFieldDescriptionprivate final CommandBlockEntityCommandBlockEditScreen.autoCommandBlockConstructors in net.minecraft.client.gui.screens.inventory with parameters of type CommandBlockEntity
- 
Uses of CommandBlockEntity in net.minecraft.client.playerMethods in net.minecraft.client.player with parameters of type CommandBlockEntityModifier and TypeMethodDescriptionvoidLocalPlayer.openCommandBlock(CommandBlockEntity p_108680_) 
- 
Uses of CommandBlockEntity in net.minecraft.server.levelMethods in net.minecraft.server.level with parameters of type CommandBlockEntity
- 
Uses of CommandBlockEntity in net.minecraft.world.entity.playerMethods in net.minecraft.world.entity.player with parameters of type CommandBlockEntity
- 
Uses of CommandBlockEntity in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type CommandBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<CommandBlockEntity>BlockEntityType.COMMAND_BLOCK