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 pCommandBlock) protected void
CommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock pCommandBlock) protected void
MinecartCommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock pCommandBlock) 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 pCommandBlock) -
Uses of BaseCommandBlock in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that return BaseCommandBlockModifier and TypeMethodDescriptionServerboundSetCommandMinecartPacket.getCommandBlock
(Level pLevel) -
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 pCommandEntity) -
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 pState, Level pLevel, BlockPos pPos, BaseCommandBlock pLogic, boolean pCanTrigger) -
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