Uses of Class
net.minecraft.tileentity.CommandBlockLogic
-
-
Uses of CommandBlockLogic in net.minecraft.block
Methods in net.minecraft.block with parameters of type CommandBlockLogic Modifier and Type Method Description private 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 CommandBlockLogic Modifier and Type Method Description void
ClientPlayerEntity. openMinecartCommandBlock(CommandBlockLogic p_184809_1_)
-
Uses of CommandBlockLogic in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CommandBlockLogic Modifier and Type Field Description private CommandBlockLogic
EditMinecartCommandBlockScreen. commandBlock
Methods in net.minecraft.client.gui.screen that return CommandBlockLogic Modifier and Type Method Description (package private) abstract CommandBlockLogic
AbstractCommandBlockScreen. getCommandBlock()
(package private) CommandBlockLogic
CommandBlockScreen. getCommandBlock()
CommandBlockLogic
EditMinecartCommandBlockScreen. getCommandBlock()
Methods in net.minecraft.client.gui.screen with parameters of type CommandBlockLogic Modifier and Type Method Description protected 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 Constructor Description EditMinecartCommandBlockScreen(CommandBlockLogic p_i46595_1_)
-
Uses of CommandBlockLogic in net.minecraft.entity.item.minecart
Subclasses of CommandBlockLogic in net.minecraft.entity.item.minecart Modifier and Type Class Description class
CommandBlockMinecartEntity.MinecartCommandLogic
Fields in net.minecraft.entity.item.minecart declared as CommandBlockLogic Modifier and Type Field Description private CommandBlockLogic
CommandBlockMinecartEntity. commandBlock
Methods in net.minecraft.entity.item.minecart that return CommandBlockLogic Modifier and Type Method Description CommandBlockLogic
CommandBlockMinecartEntity. getCommandBlock()
-
Uses of CommandBlockLogic in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockLogic Modifier and Type Method Description void
PlayerEntity. openMinecartCommandBlock(CommandBlockLogic p_184809_1_)
-
Uses of CommandBlockLogic in net.minecraft.network.play.client
Methods in net.minecraft.network.play.client that return CommandBlockLogic Modifier and Type Method Description CommandBlockLogic
CUpdateMinecartCommandBlockPacket. getCommandBlock(World p_210371_1_)
-
Uses of CommandBlockLogic in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as CommandBlockLogic Modifier and Type Field Description private CommandBlockLogic
CommandBlockTileEntity. commandBlock
Methods in net.minecraft.tileentity that return CommandBlockLogic Modifier and Type Method Description CommandBlockLogic
CommandBlockTileEntity. getCommandBlock()
-