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 voidCommandBlockBlock.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 TypeMethodDescriptionvoidClientPlayerEntity.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 CommandBlockLogicEditMinecartCommandBlockScreen.commandBlockMethods in net.minecraft.client.gui.screen that return CommandBlockLogicModifier and TypeMethodDescription(package private) abstract CommandBlockLogicAbstractCommandBlockScreen.getCommandBlock()(package private) CommandBlockLogicCommandBlockScreen.getCommandBlock()EditMinecartCommandBlockScreen.getCommandBlock()Methods in net.minecraft.client.gui.screen with parameters of type CommandBlockLogicModifier and TypeMethodDescriptionprotected abstract voidAbstractCommandBlockScreen.populateAndSendPacket(CommandBlockLogic p_195235_1_) protected voidCommandBlockScreen.populateAndSendPacket(CommandBlockLogic p_195235_1_) protected voidEditMinecartCommandBlockScreen.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 CommandBlockLogicCommandBlockMinecartEntity.commandBlockMethods 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 TypeMethodDescriptionvoidPlayerEntity.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 CommandBlockLogicCommandBlockTileEntity.commandBlockMethods in net.minecraft.tileentity that return CommandBlockLogic