Package net.minecraft.server.command
Class TeleportCommand.LookTarget
java.lang.Object
net.minecraft.server.command.TeleportCommand.LookTarget
- Enclosing class:
TeleportCommand
- Mappings:
Namespace Name official agn$a
intermediary net/minecraft/class_3143$class_3144
named net/minecraft/server/command/TeleportCommand$LookTarget
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Entity
private final EntityAnchorArgumentType.EntityAnchor
private final Vec3d
-
Constructor Summary
ConstructorDescriptionLookTarget
(Entity target, EntityAnchorArgumentType.EntityAnchor targetAnchor) LookTarget
(Vec3d targetPos) -
Method Summary
-
Field Details
-
targetPos
- Mappings:
Namespace Name Mixin selector official a
Lagn$a;a:Leei;
intermediary field_13760
Lnet/minecraft/class_3143$class_3144;field_13760:Lnet/minecraft/class_243;
named targetPos
Lnet/minecraft/server/command/TeleportCommand$LookTarget;targetPos:Lnet/minecraft/util/math/Vec3d;
-
target
- Mappings:
Namespace Name Mixin selector official b
Lagn$a;b:Lbfj;
intermediary field_13758
Lnet/minecraft/class_3143$class_3144;field_13758:Lnet/minecraft/class_1297;
named target
Lnet/minecraft/server/command/TeleportCommand$LookTarget;target:Lnet/minecraft/entity/Entity;
-
targetAnchor
- Mappings:
Namespace Name Mixin selector official c
Lagn$a;c:Leb$a;
intermediary field_13759
Lnet/minecraft/class_3143$class_3144;field_13759:Lnet/minecraft/class_2183$class_2184;
named targetAnchor
Lnet/minecraft/server/command/TeleportCommand$LookTarget;targetAnchor:Lnet/minecraft/command/argument/EntityAnchorArgumentType$EntityAnchor;
-
-
Constructor Details
-
LookTarget
- Mappings:
Namespace Name Mixin selector official <init>
Lagn$a;<init>(Lbfj;Leb$a;)V
intermediary <init>
Lnet/minecraft/class_3143$class_3144;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2183$class_2184;)V
named <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>
Lagn$a;<init>(Leei;)V
intermediary <init>
Lnet/minecraft/class_3143$class_3144;<init>(Lnet/minecraft/class_243;)V
named <init>
Lnet/minecraft/server/command/TeleportCommand$LookTarget;<init>(Lnet/minecraft/util/math/Vec3d;)V
-
-
Method Details
-
look
- Mappings:
Namespace Name Mixin selector official a
Lagn$a;a(Lds;Lbfj;)V
intermediary method_13772
Lnet/minecraft/class_3143$class_3144;method_13772(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)V
named look
Lnet/minecraft/server/command/TeleportCommand$LookTarget;look(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;)V
-