Uses of Interface
net.minecraftforge.client.model.geometry.IUnbakedGeometry
Packages that use IUnbakedGeometry
Package
Description
-
Uses of IUnbakedGeometry in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model that implement IUnbakedGeometryModifier and TypeClassDescriptionclass
A model composed of several named children.class
A dynamic fluid container model, capable of re-texturing itself at runtime to match the contained fluid.class
A model composed of vanilla block elements.class
A completely empty model with no quads or texture dependencies.class
Forge reimplementation of vanilla'sItemModelGenerator
, i.e.class
A model composed of multiple sub-models which are picked based on theItemTransforms.TransformType
being used.Methods in net.minecraftforge.client.model that return IUnbakedGeometryModifier and TypeMethodDescriptionstatic @Nullable IUnbakedGeometry<?>
ExtendedBlockModelDeserializer.deserializeGeometry
(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject object) -
Uses of IUnbakedGeometry in net.minecraftforge.client.model.geometry
Classes in net.minecraftforge.client.model.geometry with type parameters of type IUnbakedGeometryModifier and TypeInterfaceDescriptioninterface
IGeometryLoader<T extends IUnbakedGeometry<T>>
A loader for custom model geometries.interface
IUnbakedGeometry<T extends IUnbakedGeometry<T>>
General interface for any model that can be baked, superset of vanillaUnbakedModel
.Classes in net.minecraftforge.client.model.geometry that implement IUnbakedGeometryModifier and TypeClassDescriptionclass
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.Fields in net.minecraftforge.client.model.geometry declared as IUnbakedGeometryModifier and TypeFieldDescriptionprivate @Nullable IUnbakedGeometry<?>
BlockGeometryBakingContext.customGeometry
Methods in net.minecraftforge.client.model.geometry that return IUnbakedGeometryModifier and TypeMethodDescription@Nullable IUnbakedGeometry<?>
BlockGeometryBakingContext.getCustomGeometry()
Methods in net.minecraftforge.client.model.geometry with parameters of type IUnbakedGeometryModifier and TypeMethodDescriptionvoid
BlockGeometryBakingContext.setCustomGeometry
(IUnbakedGeometry<?> geometry) -
Uses of IUnbakedGeometry in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement IUnbakedGeometry -
Uses of IUnbakedGeometry in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IUnbakedGeometryModifier and TypeClassDescriptionprivate static final record
-
Uses of IUnbakedGeometry in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IUnbakedGeometry