Uses of Package
net.neoforged.neoforge.client.model
Packages that use net.neoforged.neoforge.client.model
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.client.event
-
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.client.modelClassDescriptionBase unbaked model for custom models which support the standard top-level model parameters added by vanilla and NeoForge except elements but create the quads from something other than the vanilla elements spec.A model composed of several named children.A completely empty model with no quads or texture dependencies.Base interface for unbaked models that wish to support the NeoForge-added
bake
method that receives additional properties.Holds extra data that may be injected into a face.Transformer forbaked quads
.Wrapper around all standard top-level model parameters added by vanilla and NeoForge except elements.A loader for custom unbaked models. -
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.client.model.blockClassDescriptionConvenience interface for block state models that wish to support the NeoForge-added context in
BlockStateModelExtension.collectParts(BlockAndTintGetter, BlockPos, BlockState, RandomSource, List)
. -
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.client.model.objClassDescriptionBase unbaked model for custom models which support the standard top-level model parameters added by vanilla and NeoForge except elements but create the quads from something other than the vanilla elements spec.Base interface for unbaked models that wish to support the NeoForge-added
bake
method that receives additional properties.Wrapper around all standard top-level model parameters added by vanilla and NeoForge except elements.A loader for custom unbaked models. -
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.oldtest.blockClassDescriptionA
BlockStateModel
that delegates all calls to anotherBlockStateModel
. -
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.oldtest.client.modelClassDescriptionA
BlockStateModel
that delegates all calls to anotherBlockStateModel
.Base interface for unbaked models that wish to support the NeoForge-addedbake
method that receives additional properties.Transformer forbaked quads
.A loader for custom unbaked models.