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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuads(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, waitMethods inherited from interface net.minecraftforge.client.model.geometry.IModelGeometry
getPart, getPartsMethods 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:
addQuadsin 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:
getTexturesin interfaceIModelGeometry<ModelLoaderRegistry.VanillaProxy>- Specified by:
getTexturesin interfaceISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
-