static class NewModelLoaderTest.TestModel extends java.lang.Object implements ISimpleModelGeometry<NewModelLoaderTest.TestModel>
Constructor and Description |
---|
TestModel() |
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) |
private void |
putVertex(BakedQuadBuilder builder,
int x,
float y,
float z,
float u,
float v,
float red,
float green,
float blue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bake
getPart, getParts
public void addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, java.util.function.Function<Material,TextureAtlasSprite> spriteGetter, IModelTransform modelTransform, ResourceLocation modelLocation)
addQuads
in interface ISimpleModelGeometry<NewModelLoaderTest.TestModel>
private void putVertex(BakedQuadBuilder builder, int x, float y, float z, float u, float v, float red, float green, float blue)
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<NewModelLoaderTest.TestModel>
getTextures
in interface ISimpleModelGeometry<NewModelLoaderTest.TestModel>