类 MultiPartBakedModel
java.lang.Object
net.minecraft.client.resources.model.DelegateBakedModel
net.minecraft.client.resources.model.MultiPartBakedModel
- 所有已实现的接口:
BakedModel
,IForgeBakedModel
-
嵌套类概要
嵌套类 -
字段概要
字段从类继承的字段 net.minecraft.client.resources.model.DelegateBakedModel
parent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static BakedModel
getFirstModel
(List<MultiPartBakedModel.Selector> p_367507_) getQuads
(BlockState p_235050_, Direction p_235051_, RandomSource p_235052_, ModelData modelData, RenderType renderType) A nullRenderType
is used for the breaking overlay as well as non-standard rendering, so models should return all their quads.getRenderTypes
(BlockState state, RandomSource rand, ModelData data) Gets the set ofrender types
to use when drawing this block in the level.getSelectors
(BlockState p_235050_) 从类继承的方法 net.minecraft.client.resources.model.DelegateBakedModel
getParticleIcon, getQuads, getTransforms, isGui3d, useAmbientOcclusion, useAmbientOcclusion, usesBlockLight
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.client.extensions.IForgeBakedModel
applyTransform, getModelData, getParticleIcon, useAmbientOcclusion
-
字段详细资料
-
selectors
-
selectorCache
-
-
构造器详细资料
-
MultiPartBakedModel
-
-
方法详细资料
-
getFirstModel
-
getSelectors
-
getQuads
public List<BakedQuad> getQuads(@Nullable BlockState p_235050_, @Nullable Direction p_235051_, RandomSource p_235052_, ModelData modelData, @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
- 覆盖:
getQuads
在类中DelegateBakedModel
-
getRenderTypes
从接口复制的说明:IForgeBakedModel
Gets the set ofrender types
to use when drawing this block in the level. Supported types are those returned byRenderType.chunkBufferLayers()
.By default, defers query to
ItemBlockRenderTypes
.
-