Interface Registry.Mutable<E extends Registry.Entry>

All Superinterfaces:
Registry<E>
Enclosing interface:
Registry<E extends Registry.Entry>

public static interface Registry.Mutable<E extends Registry.Entry> extends Registry<E>
  • Method Details

    • register

      void register(@NotNull E entry)
      Registers a new entry into the registry.
      Parameters:
      entry - the entry to register
      Since:
      1.0.0