public static class ModelLoaderRegistry.VanillaProxy extends java.lang.Object implements ISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
Modifier and Type | Class and Description |
---|---|
static class |
ModelLoaderRegistry.VanillaProxy.Loader |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlockPart> |
elements |
Constructor and Description |
---|
VanillaProxy(java.util.List<BlockPart> list) |
Modifier and Type | Method and Description |
---|---|
void |
addQuads(IModelConfiguration owner,
IModelBuilder<?> modelBuilder,
ModelBakery bakery,
java.util.function.Function<Material,TextureAtlasSprite> spriteGetter,
IModelTransform modelTransform,
ResourceLocation modelLocation) |
java.util.Collection<Material> |
getTextures(IModelConfiguration owner,
java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bake
getPart, getParts
private final java.util.List<BlockPart> elements
public VanillaProxy(java.util.List<BlockPart> list)
public void addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<Material,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
addQuads
in interface ISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>
public java.util.Collection<Material> getTextures(IModelConfiguration owner, java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter, java.util.Set<com.mojang.datafixers.util.Pair<java.lang.String,java.lang.String>> missingTextureErrors)
getTextures
in interface IModelGeometry<ModelLoaderRegistry.VanillaProxy>
getTextures
in interface ISimpleModelGeometry<ModelLoaderRegistry.VanillaProxy>