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
- Mappings:
Namespace Name official bjg$aintermediary net/minecraft/class_1697$class_1698named net/minecraft/entity/vehicle/CommandBlockMinecartEntity$CommandExecutor
-
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- Mappings:
Namespace Name Mixin selector official dLbsv;d()Laav;intermediary method_8293Lnet/minecraft/class_1918;method_8293()Lnet/minecraft/class_3218;named getWorldLnet/minecraft/world/CommandBlockExecutor;getWorld()Lnet/minecraft/server/world/ServerWorld;
-
markDirty
public void markDirty()- Specified by:
markDirtyin classCommandBlockExecutor- Mappings:
Namespace Name Mixin selector official eLbsv;e()Vintermediary method_8295Lnet/minecraft/class_1918;method_8295()Vnamed markDirtyLnet/minecraft/world/CommandBlockExecutor;markDirty()V
-
getPos
- Specified by:
getPosin classCommandBlockExecutor- Mappings:
Namespace Name Mixin selector official fLbsv;f()Ldiu;intermediary method_8300Lnet/minecraft/class_1918;method_8300()Lnet/minecraft/class_243;named getPosLnet/minecraft/world/CommandBlockExecutor;getPos()Lnet/minecraft/util/math/Vec3d;
-
getMinecart
- Mappings:
Namespace Name Mixin selector official gLbjg$a;g()Lbjg;intermediary method_7569Lnet/minecraft/class_1697$class_1698;method_7569()Lnet/minecraft/class_1697;named getMinecartLnet/minecraft/entity/vehicle/CommandBlockMinecartEntity$CommandExecutor;getMinecart()Lnet/minecraft/entity/vehicle/CommandBlockMinecartEntity;
-
getSource
- Specified by:
getSourcein classCommandBlockExecutor- Mappings:
Namespace Name Mixin selector official hLbsv;h()Ldb;intermediary method_8303Lnet/minecraft/class_1918;method_8303()Lnet/minecraft/class_2168;named getSourceLnet/minecraft/world/CommandBlockExecutor;getSource()Lnet/minecraft/server/command/ServerCommandSource;
-