Class GeometryLoaderManager
java.lang.Object
net.minecraftforge.client.model.geometry.GeometryLoaderManager
Manager for geometry loaders.
 
Provides a lookup.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static Stringprivate static com.google.common.collect.ImmutableMap<ResourceLocation,IGeometryLoader<?>> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable IGeometryLoader<?>get(ResourceLocation name) Finds theIGeometryLoaderfor a given name, or null if not found.static StringRetrieves a comma-separated list of all active loaders, for use in error messages.static voidinit()
- 
Field Details- 
LOADERS
- 
LOADER_LIST
 
- 
- 
Constructor Details- 
GeometryLoaderManagerprivate GeometryLoaderManager()
 
- 
- 
Method Details- 
getFinds theIGeometryLoaderfor a given name, or null if not found.
- 
getLoaderListRetrieves a comma-separated list of all active loaders, for use in error messages.
- 
init@Internal public static void init()
 
-