Uses of Class
net.minecraft.world.level.BaseCommandBlock
Packages that use BaseCommandBlock
Package
Description
-
Uses of BaseCommandBlock in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as BaseCommandBlockModifier and TypeFieldDescriptionprivate final BaseCommandBlock
MinecartCommandBlockEditScreen.commandBlock
Methods in net.minecraft.client.gui.screens.inventory that return BaseCommandBlockModifier and TypeMethodDescription(package private) abstract BaseCommandBlock
AbstractCommandBlockEditScreen.getCommandBlock()
(package private) BaseCommandBlock
CommandBlockEditScreen.getCommandBlock()
MinecartCommandBlockEditScreen.getCommandBlock()
Methods in net.minecraft.client.gui.screens.inventory with parameters of type BaseCommandBlockModifier and TypeMethodDescriptionprotected abstract void
AbstractCommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock commandBlock) protected void
CommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock commandBlock) protected void
MinecartCommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock commandBlock) Constructors in net.minecraft.client.gui.screens.inventory with parameters of type BaseCommandBlock -
Uses of BaseCommandBlock in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type BaseCommandBlockModifier and TypeMethodDescriptionvoid
LocalPlayer.openMinecartCommandBlock
(BaseCommandBlock commandBlock) -
Uses of BaseCommandBlock in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that return BaseCommandBlockModifier and TypeMethodDescriptionServerboundSetCommandMinecartPacket.getCommandBlock
(Level level) -
Uses of BaseCommandBlock in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type BaseCommandBlockModifier and TypeMethodDescriptionvoid
Player.openMinecartCommandBlock
(BaseCommandBlock commandEntity) -
Uses of BaseCommandBlock in net.minecraft.world.entity.vehicle
Subclasses of BaseCommandBlock in net.minecraft.world.entity.vehicleFields in net.minecraft.world.entity.vehicle declared as BaseCommandBlockModifier and TypeFieldDescriptionprivate final BaseCommandBlock
MinecartCommandBlock.commandBlock
Methods in net.minecraft.world.entity.vehicle that return BaseCommandBlock -
Uses of BaseCommandBlock in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type BaseCommandBlockModifier and TypeMethodDescriptionprivate void
CommandBlock.execute
(BlockState state, Level level, BlockPos pos, BaseCommandBlock logic, boolean canTrigger) -
Uses of BaseCommandBlock in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BaseCommandBlockMethods in net.minecraft.world.level.block.entity that return BaseCommandBlock