Class GeometryLoaderManager
java.lang.Object
net.minecraftforge.client.model.geometry.GeometryLoaderManager
Manager for geometry loaders.
 
Provides a lookup.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Stringprivate static com.google.common.collect.ImmutableMap<ResourceLocation,IGeometryLoader<?>>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
GeometryLoaderManager
private GeometryLoaderManager() 
 - 
 - 
Method Details
- 
get
Finds theIGeometryLoaderfor a given name, or null if not found. - 
getLoaderList
Retrieves a comma-separated list of all active loaders, for use in error messages. - 
init
@Internal public static void init() 
 -