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.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as CommandBlockEntityModifier and TypeFieldDescriptionprivate CommandBlockEntity
CommandBlockEditScreen.autoCommandBlock
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type CommandBlockEntity -
Uses of CommandBlockEntity in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type CommandBlockEntityModifier and TypeMethodDescriptionvoid
LocalPlayer.openCommandBlock(CommandBlockEntity p_108680_)
-
Uses of CommandBlockEntity in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type CommandBlockEntityModifier and TypeMethodDescriptionvoid
ServerPlayer.openCommandBlock(CommandBlockEntity p_9099_)
-
Uses of CommandBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type CommandBlockEntity -
Uses of CommandBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type CommandBlockEntityModifier and TypeFieldDescriptionstatic BlockEntityType<CommandBlockEntity>
BlockEntityType.COMMAND_BLOCK