Package net.minecraftforge.client.model.geometry
package net.minecraftforge.client.model.geometry
-
ClassDescriptionA geometry baking context that is bound to a
BlockModel
.Manager for geometry loaders.The context in which a geometry is being baked, providing information such as lighting and transforms, and allowing the user to create materials and query render types.IGeometryLoader<T extends IUnbakedGeometry<T>>A loader for custom model geometries.IUnbakedGeometry<T extends IUnbakedGeometry<T>>General interface for any model that can be baked, superset of vanillaUnbakedModel
.SimpleUnbakedGeometry<T extends SimpleUnbakedGeometry<T>>Base class for implementations ofIUnbakedGeometry
which do not wish to handle model creation themselves, instead supplying baked quads through a builder.A geometry baking context that is not bound to block/item model loading.Helper for dealing with unbaked models and geometries.