Class ServerInstance.Release

java.lang.Object
com.saicone.rtag.util.ServerInstance.Release
Enclosing class:
ServerInstance

@Deprecated(since="1.5.14") public static class ServerInstance.Release extends Object
Deprecated.
Use MC.version() methods instead.
Server releases subclass with versions that introduces major changes.
  • Field Details

    • LEGACY

      @Deprecated(since="1.5.14") public static final boolean LEGACY
      Deprecated.
      Use MC.version() methods instead.
      Return true if server version is 1.12.2 or below.
    • FLAT

      @Deprecated(since="1.5.14") public static final boolean FLAT
      Deprecated.
      Use MC.version() methods instead.
      Return true if server version is 1.13 or upper.
    • UNIVERSAL

      @Deprecated(since="1.5.14") public static final boolean UNIVERSAL
      Deprecated.
      Use MC.version() methods instead.
      Return true if server version is 1.17 or upper.
    • COMPONENT

      @Deprecated(since="1.5.14") public static final boolean COMPONENT
      Deprecated.
      Use MC.version() methods instead.
      Return true if server version is 1.20.5 or upper.
  • Constructor Details

    • Release

      public Release()
      Deprecated.