Interface ColorProviderRegistry<T,Provider>


@Deprecated public interface ColorProviderRegistry<T,Provider>
Deprecated.
  • Field Details

  • Method Details

    • register

      void register(Provider provider, T... objects)
      Deprecated.
      Register a color provider for one or more objects.
      Parameters:
      provider - The color provider to register.
      objects - The objects which should be colored using this provider.
    • get

      @Nullable Provider get(T object)
      Deprecated.
      Get a color provider for the given object.

      Please note that the underlying registry may not be fully populated or stable until the game has started, as other mods may overwrite the registry.

      Parameters:
      object - The object to acquire the provide for.
      Returns:
      The registered mapper for this provider, or null if none is registered or available.