Package net.minecraft.entity.vehicle
Class CommandBlockMinecartEntity.CommandExecutor
java.lang.Object
net.minecraft.world.CommandBlockExecutor
net.minecraft.entity.vehicle.CommandBlockMinecartEntity.CommandExecutor
- All Implemented Interfaces:
CommandOutput
- Enclosing class:
- CommandBlockMinecartEntity
public class CommandBlockMinecartEntity.CommandExecutor extends CommandBlockExecutor
-
Field Summary
Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY -
Constructor Summary
Constructors Constructor Description CommandExecutor() -
Method Summary
Modifier and Type Method Description CommandBlockMinecartEntitygetMinecart()Vec3dgetPos()ServerCommandSourcegetSource()ServerWorldgetWorld()voidmarkDirty()Methods inherited from class net.minecraft.world.CommandBlockExecutor
deserialize, execute, getCommand, getCustomName, getLastOutput, getSuccessCount, interact, isTrackingOutput, sendSystemMessage, serialize, setCommand, setCustomName, setLastOutput, setSuccessCount, shouldBroadcastConsoleToOps, shouldReceiveFeedback, shouldTrackOutput, shouldTrackOutput
-
Constructor Details
-
CommandExecutor
public CommandExecutor()
-
-
Method Details
-
getWorld
- Specified by:
getWorldin classCommandBlockExecutor
-
markDirty
public void markDirty()- Specified by:
markDirtyin classCommandBlockExecutor
-
getPos
- Specified by:
getPosin classCommandBlockExecutor
-
getMinecart
-
getSource
- Specified by:
getSourcein classCommandBlockExecutor
-