类 GeometryLoaderManager
java.lang.Object
net.minecraftforge.client.model.geometry.GeometryLoaderManager
Manager for geometry loaders.
Provides a lookup.
-
字段概要
字段修饰符和类型字段说明private static String
private static com.google.common.collect.ImmutableMap
<ResourceLocation, IGeometryLoader<?>> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static @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()
-
字段详细资料
-
LOADERS
-
LOADER_LIST
-
-
构造器详细资料
-
GeometryLoaderManager
private GeometryLoaderManager()
-
-
方法详细资料
-
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()
-