Class RegistryProvider<T>

java.lang.Object
org.cloudburstmc.server.registry.RegistryProvider<T>
All Implemented Interfaces:
Comparable<RegistryProvider<T>>

public class RegistryProvider<T> extends Object implements Comparable<RegistryProvider<T>>
  • Method Details

    • getValue

      @Nonnull public T getValue()
    • getPlugin

      public Object getPlugin()
    • getPriority

      public int getPriority()
    • compareTo

      public int compareTo(RegistryProvider<T> that)
      Specified by:
      compareTo in interface Comparable<T>