Package net.minecraft.command.impl
Class TeleportCommand.Facing
- java.lang.Object
-
- net.minecraft.command.impl.TeleportCommand.Facing
-
- Enclosing class:
- TeleportCommand
static class TeleportCommand.Facing extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Facing(Entity p_i48274_1_, EntityAnchorArgument.Type p_i48274_2_)
Facing(Vector3d p_i48246_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
perform(CommandSource p_201124_1_, Entity p_201124_2_)
-
-
-
Field Detail
-
position
private final Vector3d position
-
entity
private final Entity entity
-
anchor
private final EntityAnchorArgument.Type anchor
-
-
Constructor Detail
-
Facing
public Facing(Entity p_i48274_1_, EntityAnchorArgument.Type p_i48274_2_)
-
Facing
public Facing(Vector3d p_i48246_1_)
-
-
Method Detail
-
perform
public void perform(CommandSource p_201124_1_, Entity p_201124_2_)
-
-