Class NewModelLoaderTest.TestModel
java.lang.Object
net.minecraftforge.client.model.geometry.SimpleUnbakedGeometry<NewModelLoaderTest.TestModel>
net.minecraftforge.debug.client.model.NewModelLoaderTest.TestModel
- All Implemented Interfaces:
IUnbakedGeometry<NewModelLoaderTest.TestModel>
- Enclosing class:
- NewModelLoaderTest
static class NewModelLoaderTest.TestModel
extends SimpleUnbakedGeometry<NewModelLoaderTest.TestModel>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addQuads
(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Methods inherited from class net.minecraftforge.client.model.geometry.SimpleUnbakedGeometry
bake
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.IUnbakedGeometry
getConfigurableComponentNames
-
Constructor Details
-
TestModel
TestModel()
-
-
Method Details
-
addQuads
protected void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) - Specified by:
addQuads
in classSimpleUnbakedGeometry<NewModelLoaderTest.TestModel>
-
getMaterials
public Collection<Material> getMaterials(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) - Specified by:
getMaterials
in interfaceIUnbakedGeometry<NewModelLoaderTest.TestModel>
- Specified by:
getMaterials
in classSimpleUnbakedGeometry<NewModelLoaderTest.TestModel>
-