public class CommandBlockMinecartEntity.CommandExecutor extends CommandBlockExecutor
DUMMY| Constructor and Description |
|---|
CommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
CommandBlockMinecartEntity |
getMinecart() |
Vec3d |
getPos() |
ServerCommandSource |
getSource() |
ServerWorld |
getWorld() |
void |
markDirty() |
deserialize, execute, getCommand, getCustomName, getLastOutput, getSuccessCount, interact, isTrackingOutput, sendSystemMessage, serialize, setCommand, setCustomName, setLastOutput, setSuccessCount, shouldBroadcastConsoleToOps, shouldReceiveFeedback, shouldTrackOutput, shouldTrackOutputpublic ServerWorld getWorld()
getWorld in class CommandBlockExecutorpublic void markDirty()
markDirty in class CommandBlockExecutor@Environment(value=CLIENT) public Vec3d getPos()
getPos in class CommandBlockExecutor@Environment(value=CLIENT) public CommandBlockMinecartEntity getMinecart()
public ServerCommandSource getSource()
getSource in class CommandBlockExecutor