Uses of Interface
net.minecraftforge.client.model.IModelLoader
-
Packages that use IModelLoader Package Description net.minecraftforge.client.model net.minecraftforge.client.model.obj net.minecraftforge.debug.block net.minecraftforge.debug.client.model -
-
Uses of IModelLoader in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model that implement IModelLoader Modifier and Type Class Description static class
CompositeModel.Loader
static class
DynamicBucketModel.Loader
static class
ItemLayerModel.Loader
static class
ModelLoaderRegistry.VanillaProxy.Loader
static class
MultiLayerModel.Loader
static class
SeparatePerspectiveModel.Loader
Fields in net.minecraftforge.client.model with type parameters of type IModelLoader Modifier and Type Field Description private static java.util.Map<ResourceLocation,IModelLoader<?>>
ModelLoaderRegistry. loaders
Methods in net.minecraftforge.client.model with parameters of type IModelLoader Modifier and Type Method Description static void
ModelLoaderRegistry. registerLoader(ResourceLocation id, IModelLoader<?> loader)
Makes system aware of your loader. -
Uses of IModelLoader in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement IModelLoader Modifier and Type Class Description class
OBJLoader
-
Uses of IModelLoader in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IModelLoader Modifier and Type Class Description private static class
FullPotsAccessorDemo.ClientHandler.DioritePotModelLoader
-
Uses of IModelLoader in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IModelLoader Modifier and Type Class Description (package private) static class
NewModelLoaderTest.TestLoader
-