Uses of Package
net.minecraftforge.client.model
Package
Description
-
ClassDescriptionConvenience interface with default implementation of
IForgeBakedModel.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
. -
ClassDescriptionA model composed of several named children.A model data container which stores data for child components.A dynamic fluid container model, capable of re-texturing itself at runtime to match the contained fluid.A model composed of vanilla block elements.A completely empty model with no quads or texture dependencies.Convenience interface with default implementation of
IForgeBakedModel.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
.Base interface for any object that collects culled and unculled faces and bakes them into a model.Transformer forbaked quads
.Forge reimplementation of vanilla'sItemModelGenerator
, i.e.A model composed of multiple sub-models which are picked based on theItemTransforms.TransformType
being used. -
ClassDescriptionBase interface for any object that collects culled and unculled faces and bakes them into a model.Transformer for
baked quads
. -
ClassDescriptionBase interface for any object that collects culled and unculled faces and bakes them into a model.
-
-
ClassDescriptionWrapper for
BakedModel
which delegates all operations to its parent.Convenience interface with default implementation ofIForgeBakedModel.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
.Base interface for any object that collects culled and unculled faces and bakes them into a model.