java.lang.Object
com.hypixel.hytale.builtin.teleport.Warp

@Deprecated public class Warp extends Object
Deprecated.
  • Field Details

    • CODEC

      public static final Codec<Warp> CODEC
      Deprecated.
    • ARRAY_CODEC

      public static final ArrayCodec<Warp> ARRAY_CODEC
      Deprecated.
    • id

      private String id
      Deprecated.
    • world

      private String world
      Deprecated.
    • transform

      @Nullable private Transform transform
      Deprecated.
    • creator

      private String creator
      Deprecated.
    • creationDate

      private Instant creationDate
      Deprecated.
  • Constructor Details

    • Warp

      public Warp()
      Deprecated.
    • Warp

      public Warp(double locX, double locY, double locZ, float yaw, float pitch, float roll, String id, @Nonnull World world, String creator, Instant creationDate)
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • getWorld

      public String getWorld()
      Deprecated.
    • getTransform

      @Nullable public Transform getTransform()
      Deprecated.
    • getCreator

      public String getCreator()
      Deprecated.
    • getCreationDate

      public Instant getCreationDate()
      Deprecated.
    • equals

      public boolean equals(@Nullable Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toTeleport

      @Nullable public Teleport toTeleport()
      Deprecated.