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