类 DelegateBakedModel
java.lang.Object
net.minecraft.client.resources.model.DelegateBakedModel
- 所有已实现的接口:
BakedModel
,IForgeBakedModel
- 直接已知子类:
MultiPartBakedModel
,WeightedBakedModel
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getQuads
(BlockState p_369776_, Direction p_365054_, RandomSource p_367405_) getQuads
(BlockState state, Direction side, RandomSource rand, ModelData extraData, RenderType renderType) A nullRenderType
is used for the breaking overlay as well as non-standard rendering, so models should return all their quads.boolean
isGui3d()
boolean
boolean
useAmbientOcclusion
(BlockState state, RenderType renderType) boolean
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.client.extensions.IForgeBakedModel
applyTransform, getModelData, getParticleIcon, getRenderTypes, useAmbientOcclusion
-
字段详细资料
-
parent
-
-
构造器详细资料
-
DelegateBakedModel
-
-
方法详细资料
-
getQuads
public List<BakedQuad> getQuads(@Nullable BlockState p_369776_, @Nullable Direction p_365054_, RandomSource p_367405_) - 指定者:
getQuads
在接口中BakedModel
-
getQuads
public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction side, RandomSource rand, ModelData extraData, @Nullable RenderType renderType) 从接口复制的说明:IForgeBakedModel
A nullRenderType
is used for the breaking overlay as well as non-standard rendering, so models should return all their quads.- 指定者:
getQuads
在接口中IForgeBakedModel
-
useAmbientOcclusion
public boolean useAmbientOcclusion()- 指定者:
useAmbientOcclusion
在接口中BakedModel
-
useAmbientOcclusion
- 指定者:
useAmbientOcclusion
在接口中IForgeBakedModel
-
isGui3d
public boolean isGui3d()- 指定者:
isGui3d
在接口中BakedModel
-
usesBlockLight
public boolean usesBlockLight()- 指定者:
usesBlockLight
在接口中BakedModel
-
getParticleIcon
- 指定者:
getParticleIcon
在接口中BakedModel
-
getTransforms
- 指定者:
getTransforms
在接口中BakedModel
-