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 p_97670_) protected void
CommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock p_98384_) protected void
MinecartCommandBlockEditScreen.populateAndSendPacket
(BaseCommandBlock p_99218_) 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 p_108678_) -
Uses of BaseCommandBlock in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that return BaseCommandBlockModifier and TypeMethodDescriptionServerboundSetCommandMinecartPacket.getCommandBlock
(Level p_134538_) -
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 p_36182_) -
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 p_51832_, Level p_51833_, BlockPos p_51834_, BaseCommandBlock p_51835_, boolean p_51836_) -
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