Package org.moddingx.libx.registration
Interface RegistryTransformer
public interface RegistryTransformer
A registry transformer is used by the LibX registration system to register additional
things dynamically based on other objects, that have been passed to the system.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transform
(RegistrationContext ctx, Object value, Registerable.EntryCollector builder) Registers additional objects to the given object.
-
Method Details
-
transform
Registers additional objects to the given object.
-