Class TeleportPoint

java.lang.Object
com.mclds.plugins.server.documents.TeleportPoint
All Implemented Interfaces:
org.bukkit.configuration.serialization.ConfigurationSerializable

@CustomCodec public class TeleportPoint extends Object implements org.bukkit.configuration.serialization.ConfigurationSerializable
  • Field Details

    • location

      @Nullable public @Nullable org.bukkit.Location location
    • name

      public String name
    • create_at

      public double create_at
    • reset_at

      public double reset_at
  • Constructor Details

    • TeleportPoint

      public TeleportPoint()
  • Method Details

    • deserialize

      public static TeleportPoint deserialize(Map<String,Object> map)
    • serialize

      @NotNull public @NotNull Map<String,Object> serialize()
      Specified by:
      serialize in interface org.bukkit.configuration.serialization.ConfigurationSerializable