Enum Class Loaders

java.lang.Object
java.lang.Enum<Loaders>
one.tranic.t.base.updater.schemas.modrinth.Loaders
All Implemented Interfaces:
Serializable, Comparable<Loaders>, Constable

public enum Loaders extends Enum<Loaders>
  • Enum Constant Details

    • BUKKIT

      public static final Loaders BUKKIT
    • SPIGOT

      public static final Loaders SPIGOT
    • PAPER

      public static final Loaders PAPER
    • PURPUR

      public static final Loaders PURPUR
    • FOLIA

      public static final Loaders FOLIA
    • SPONGE

      public static final Loaders SPONGE
    • BUNGEECORD

      public static final Loaders BUNGEECORD
    • WATERFALL

      public static final Loaders WATERFALL
    • VELOCITY

      public static final Loaders VELOCITY
    • FORGE

      public static final Loaders FORGE
    • NEOFORGE

      public static final Loaders NEOFORGE
    • FABRIC

      public static final Loaders FABRIC
    • QUILT

      public static final Loaders QUILT
    • LITELOADER

      public static final Loaders LITELOADER
    • RIFT

      public static final Loaders RIFT
    • RISUGAMIMODLOADER

      public static final Loaders RISUGAMIMODLOADER
    • DATAPACK

      public static final Loaders DATAPACK
  • Method Details

    • values

      public static Loaders[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Loaders valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • of

      @NotNull public static @NotNull Loaders of(@NotNull @NotNull String value)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Loaders>