Class AtlasSourceTypeRegistry
java.lang.Object
net.fabricmc.fabric.api.client.rendering.v1.AtlasSourceTypeRegistry
A registry for custom
AtlasSourceType
s. Registered types will be automatically available for use in atlas definition JSON files.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(Identifier id, AtlasSourceType type) Registers a newAtlasSourceType
.
-
Method Details
-
register
Registers a newAtlasSourceType
.- Parameters:
id
- the identifier of the atlas source typetype
- the atlas source type to register
-