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.minecraft.client.renderer.block.modelClassDescriptionBase 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. -
Classes in net.neoforged.neoforge.client.model used by net.minecraft.client.resources.modelClassDescriptionConvenience interface with default implementation of
IBakedModelExtension.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
. -
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 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.Convenience interface with default implementation ofIBakedModelExtension.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Transformer forbaked quads
.Wrapper around all standard top-level model parameters added by vanilla and NeoForge except elements.A model composed of several named children.A model data container which stores data for child components.A loader for custom unbaked models. -
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.blockClassDescriptionBase interface for unbaked models that wish to support the NeoForge-added
bake
method that receives additional properties.A loader for custom unbaked models. -
Classes in net.neoforged.neoforge.client.model used by net.neoforged.neoforge.oldtest.client.modelClassDescriptionBase interface for unbaked models that wish to support the NeoForge-added
bake
method that receives additional properties.Convenience interface with default implementation ofIBakedModelExtension.getQuads(BlockState, Direction, RandomSource, ModelData, RenderType)
.A loader for custom unbaked models.
SimpleBakedModel.Builder
instead.