类 ObjModel.ModelObject
java.lang.Object
net.minecraftforge.client.model.obj.ObjModel.ModelObject
- 直接已知子类:
ObjModel.ModelGroup
- 封闭类:
ObjModel
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
addNamesRecursively
(Set<String> names) protected void
addQuads
(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, TextureSlots textures, ModelState modelTransform, ResourceLocation modelLocation) protected void
bake
(CompositeRenderable.PartBuilder<?> builder, TextureSlots textures) protected Collection
<Material> getTextures
(IGeometryBakingContext owner, TextureSlots textures, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) name()
-
字段详细资料
-
name
-
meshes
List<ObjModel.ModelMesh> meshes
-
-
构造器详细资料
-
ModelObject
ModelObject(String name)
-
-
方法详细资料
-
name
-
addQuads
protected void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, TextureSlots textures, ModelState modelTransform, ResourceLocation modelLocation) -
bake
-
getTextures
protected Collection<Material> getTextures(IGeometryBakingContext owner, TextureSlots textures, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) -
addNamesRecursively
-