Class TeleportTarget

java.lang.Object
net.minecraft.world.TeleportTarget

public class TeleportTarget
extends Object
  • Field Details

    • position

      public final Vec3d position
    • velocity

      public final Vec3d velocity
    • yaw

      public final float yaw
    • pitch

      public final float pitch
  • Constructor Details

    • TeleportTarget

      public TeleportTarget​(Vec3d position, Vec3d velocity, float yaw, float pitch)