Class Priority

java.lang.Object
com.hypixel.hytale.codec.lookup.Priority

public class Priority extends Object
  • Field Details

    • DEFAULT

      @Nonnull public static Priority DEFAULT
    • NORMAL

      @Nonnull public static Priority NORMAL
    • level

      private int level
  • Constructor Details

    • Priority

      public Priority(int level)
  • Method Details

    • getLevel

      public int getLevel()
    • before

      @Nonnull public Priority before()
    • before

      @Nonnull public Priority before(int by)
    • after

      @Nonnull public Priority after()
    • after

      @Nonnull public Priority after(int by)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object