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 CommandBlockMinecartEntity
getMinecart()
Vec3d
getPos()
ServerCommandSource
getSource()
ServerWorld
getWorld()
void
markDirty()
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:
getWorld
in classCommandBlockExecutor
-
markDirty
public void markDirty()- Specified by:
markDirty
in classCommandBlockExecutor
-
getPos
- Specified by:
getPos
in classCommandBlockExecutor
-
getMinecart
-
getSource
- Specified by:
getSource
in classCommandBlockExecutor
-