Interface ColorProviderRegistry<T,Provider>
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ColorProviderRegistry<Block,BlockColorProvider> Deprecated.static final ColorProviderRegistry<ItemConvertible,ItemColorProvider> Deprecated. -
Method Summary
-
Field Details
-
ITEM
Deprecated. -
BLOCK
Deprecated.
-
-
Method Details
-
register
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
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
nullif none is registered or available.
-
ColorProviderRegistry