Uses of Class
net.minecraft.tileentity.CommandBlockLogic
Packages that use CommandBlockLogic
Package
Description
-
Uses of CommandBlockLogic in net.minecraft.block
Methods in net.minecraft.block with parameters of type CommandBlockLogicModifier and TypeMethodDescriptionprivate void
CommandBlockBlock.execute
(BlockState p_193387_1_, World p_193387_2_, BlockPos p_193387_3_, CommandBlockLogic p_193387_4_, boolean p_193387_5_) -
Uses of CommandBlockLogic in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type CommandBlockLogicModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openMinecartCommandBlock
(CommandBlockLogic p_184809_1_) -
Uses of CommandBlockLogic in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockLogicModifier and TypeFieldDescriptionprivate final CommandBlockLogic
EditMinecartCommandBlockScreen.commandBlock
Methods in net.minecraft.client.gui.screen that return CommandBlockLogicModifier and TypeMethodDescription(package private) abstract CommandBlockLogic
AbstractCommandBlockScreen.getCommandBlock()
(package private) CommandBlockLogic
CommandBlockScreen.getCommandBlock()
EditMinecartCommandBlockScreen.getCommandBlock()
Methods in net.minecraft.client.gui.screen with parameters of type CommandBlockLogicModifier and TypeMethodDescriptionprotected abstract void
AbstractCommandBlockScreen.populateAndSendPacket
(CommandBlockLogic p_195235_1_) protected void
CommandBlockScreen.populateAndSendPacket
(CommandBlockLogic p_195235_1_) protected void
EditMinecartCommandBlockScreen.populateAndSendPacket
(CommandBlockLogic p_195235_1_) Constructors in net.minecraft.client.gui.screen with parameters of type CommandBlockLogic -
Uses of CommandBlockLogic in net.minecraft.entity.item.minecart
Subclasses of CommandBlockLogic in net.minecraft.entity.item.minecartFields in net.minecraft.entity.item.minecart declared as CommandBlockLogicModifier and TypeFieldDescriptionprivate final CommandBlockLogic
CommandBlockMinecartEntity.commandBlock
Methods in net.minecraft.entity.item.minecart that return CommandBlockLogic -
Uses of CommandBlockLogic in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockLogicModifier and TypeMethodDescriptionvoid
PlayerEntity.openMinecartCommandBlock
(CommandBlockLogic p_184809_1_) -
Uses of CommandBlockLogic in net.minecraft.network.play.client
Methods in net.minecraft.network.play.client that return CommandBlockLogicModifier and TypeMethodDescriptionCUpdateMinecartCommandBlockPacket.getCommandBlock
(World p_210371_1_) -
Uses of CommandBlockLogic in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as CommandBlockLogicModifier and TypeFieldDescriptionprivate final CommandBlockLogic
CommandBlockTileEntity.commandBlock
Methods in net.minecraft.tileentity that return CommandBlockLogic