Package net.minecraft.server.command
Class TeleportCommand.LookTarget
java.lang.Object
net.minecraft.server.command.TeleportCommand.LookTarget
- Enclosing class:
- TeleportCommand
static class TeleportCommand.LookTarget extends Object
- Mappings:
Namespace Name official zg$aintermediary net/minecraft/class_3143$class_3144named net/minecraft/server/command/TeleportCommand$LookTarget
-
Field Summary
Fields Modifier and Type Field Description private Entitytargetprivate EntityAnchorArgumentType.EntityAnchortargetAnchorprivate Vec3dtargetPos -
Constructor Summary
Constructors Constructor Description LookTarget(Entity target, EntityAnchorArgumentType.EntityAnchor targetAnchor)LookTarget(Vec3d targetPos) -
Method Summary
Modifier and Type Method Description voidlook(ServerCommandSource source, Entity entity)
-
Field Details
-
targetPos
- Mappings:
Namespace Name Mixin selector official aLzg$a;a:Ldiu;intermediary field_13760Lnet/minecraft/class_3143$class_3144;field_13760:Lnet/minecraft/class_243;named targetPosLnet/minecraft/server/command/TeleportCommand$LookTarget;targetPos:Lnet/minecraft/util/math/Vec3d;
-
target
- Mappings:
Namespace Name Mixin selector official bLzg$a;b:Laqv;intermediary field_13758Lnet/minecraft/class_3143$class_3144;field_13758:Lnet/minecraft/class_1297;named targetLnet/minecraft/server/command/TeleportCommand$LookTarget;target:Lnet/minecraft/entity/Entity;
-
targetAnchor
- Mappings:
Namespace Name Mixin selector official cLzg$a;c:Ldj$a;intermediary field_13759Lnet/minecraft/class_3143$class_3144;field_13759:Lnet/minecraft/class_2183$class_2184;named targetAnchorLnet/minecraft/server/command/TeleportCommand$LookTarget;targetAnchor:Lnet/minecraft/command/argument/EntityAnchorArgumentType$EntityAnchor;
-
-
Constructor Details
-
LookTarget
- Mappings:
Namespace Name Mixin selector official <init>Lzg$a;<init>(Laqv;Ldj$a;)Vintermediary <init>Lnet/minecraft/class_3143$class_3144;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2183$class_2184;)Vnamed <init>Lnet/minecraft/server/command/TeleportCommand$LookTarget;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/command/argument/EntityAnchorArgumentType$EntityAnchor;)V
-
LookTarget
- Mappings:
Namespace Name Mixin selector official <init>Lzg$a;<init>(Ldiu;)Vintermediary <init>Lnet/minecraft/class_3143$class_3144;<init>(Lnet/minecraft/class_243;)Vnamed <init>Lnet/minecraft/server/command/TeleportCommand$LookTarget;<init>(Lnet/minecraft/util/math/Vec3d;)V
-
-
Method Details
-
look
- Mappings:
Namespace Name Mixin selector official aLzg$a;a(Ldb;Laqv;)Vintermediary method_13772Lnet/minecraft/class_3143$class_3144;method_13772(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)Vnamed lookLnet/minecraft/server/command/TeleportCommand$LookTarget;look(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;)V
-