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