类 EmptyModel
java.lang.Object
net.minecraftforge.client.model.geometry.SimpleUnbakedGeometry<EmptyModel>
net.minecraftforge.client.model.EmptyModel
- 所有已实现的接口:
IUnbakedGeometry<EmptyModel>
A completely empty model with no quads or texture dependencies.
You can access it as a BakedModel
, an IUnbakedGeometry
or an IGeometryLoader
.
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final BakedModel
static final EmptyModel
static final IGeometryLoader
<EmptyModel> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
addQuads
(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, TextureSlots textures, ModelState modelTransform) bake
(IGeometryBakingContext context, ModelBaker baker, TextureSlots spriteGetter, ModelState modelState) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.client.model.geometry.IUnbakedGeometry
getConfigurableComponentNames, resolveDependencies
-
字段详细资料
-
BAKED
-
INSTANCE
-
LOADER
-
-
构造器详细资料
-
EmptyModel
private EmptyModel()
-
-
方法详细资料
-
addQuads
protected void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, TextureSlots textures, ModelState modelTransform) - 指定者:
addQuads
在类中SimpleUnbakedGeometry<EmptyModel>
-
bake
public BakedModel bake(IGeometryBakingContext context, ModelBaker baker, TextureSlots spriteGetter, ModelState modelState) - 指定者:
bake
在接口中IUnbakedGeometry<EmptyModel>
- 覆盖:
bake
在类中SimpleUnbakedGeometry<EmptyModel>
-