Uses of Class
net.minecraft.tileentity.CommandBlockLogic
Package
Description
-
Uses of CommandBlockLogic in net.minecraft.block
Modifier 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
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openMinecartCommandBlock
(CommandBlockLogic p_184809_1_) -
Uses of CommandBlockLogic in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final CommandBlockLogic
EditMinecartCommandBlockScreen.commandBlock
Modifier and TypeMethodDescription(package private) abstract CommandBlockLogic
AbstractCommandBlockScreen.getCommandBlock()
(package private) CommandBlockLogic
CommandBlockScreen.getCommandBlock()
EditMinecartCommandBlockScreen.getCommandBlock()
Modifier 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_) -
Uses of CommandBlockLogic in net.minecraft.entity.item.minecart
Modifier and TypeFieldDescriptionprivate final CommandBlockLogic
CommandBlockMinecartEntity.commandBlock
-
Uses of CommandBlockLogic in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.openMinecartCommandBlock
(CommandBlockLogic p_184809_1_) -
Uses of CommandBlockLogic in net.minecraft.network.play.client
Modifier and TypeMethodDescriptionCUpdateMinecartCommandBlockPacket.getCommandBlock
(World p_210371_1_) -
Uses of CommandBlockLogic in net.minecraft.tileentity
Modifier and TypeFieldDescriptionprivate final CommandBlockLogic
CommandBlockTileEntity.commandBlock