Interface IDynamicBakedModel
- All Superinterfaces:
BakedModel
,IForgeBakedModel
- All Known Implementing Classes:
B3DLoader.BakedWrapper
,CompositeModel
,ItemMultiLayerBakedModel
,MultiLayerModel.MultiLayerBakedModel
,MultiPartBakedModel
,PerspectiveMapWrapper
,TRSRTransformerTest.MyBakedModel
,WeightedBakedModel
Convenience interface with default implementation of
IForgeBakedModel.getQuads(BlockState, Direction, Random, IModelData)
.-
Method Summary
Modifier and TypeMethodDescriptiongetQuads
(BlockState state, Direction side, Random rand) getQuads
(BlockState state, Direction side, Random rand, IModelData extraData) Methods inherited from interface net.minecraft.client.resources.model.BakedModel
getOverrides, getParticleIcon, getTransforms, isCustomRenderer, isGui3d, useAmbientOcclusion, usesBlockLight
Methods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModel
doesHandlePerspectives, getLayerModels, getModelData, getParticleIcon, handlePerspective, isLayered, useAmbientOcclusion
-
Method Details
-
getQuads
@Nonnull default List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction side, @Nonnull Random rand) - Specified by:
getQuads
in interfaceBakedModel
-
getQuads
@Nonnull List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction side, @Nonnull Random rand, @Nonnull IModelData extraData) - Specified by:
getQuads
in interfaceIForgeBakedModel
-