Uses of Interface
net.minecraftforge.client.model.IModelLoader
Package
Description
-
Uses of IModelLoader in net.minecraftforge.client.model
Modifier and TypeClassDescriptionstatic class
static enum
static class
static class
static final class
static class
Modifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
IModelLoader<?>> ModelLoaderRegistry.loaders
Modifier and TypeMethodDescriptionstatic void
ModelLoaderRegistry.registerLoader
(ResourceLocation id, IModelLoader<?> loader) Makes system aware of your loader.
Must be called from withinModelRegistryEvent
Note: This method currently registers the model loader as a resource reload listener automatically, if it is not already registered. -
Uses of IModelLoader in net.minecraftforge.client.model.obj
-
Uses of IModelLoader in net.minecraftforge.debug.block
Modifier and TypeClassDescriptionprivate static class
-
Uses of IModelLoader in net.minecraftforge.debug.client.model