Package net.minecraftforge.client.model
Class ModelLoaderRegistry.VanillaProxy
java.lang.Object
net.minecraftforge.client.model.ModelLoaderRegistry.VanillaProxy
- All Implemented Interfaces:
IModelGeometry<ModelLoaderRegistry.VanillaProxy>
,ISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
- Enclosing class:
- ModelLoaderRegistry
public static class ModelLoaderRegistry.VanillaProxy
extends Object
implements ISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuads
(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.model.geometry.IModelGeometry
getPart, getParts
Methods inherited from interface net.minecraftforge.client.model.geometry.ISimpleModelGeometry
bake
-
Field Details
-
elements
-
-
Constructor Details
-
VanillaProxy
-
-
Method Details
-
addQuads
public void addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) - Specified by:
addQuads
in interfaceISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
-
getTextures
public Collection<Material> getTextures(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) - Specified by:
getTextures
in interfaceIModelGeometry<ModelLoaderRegistry.VanillaProxy>
- Specified by:
getTextures
in interfaceISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
-