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 TypeClassDescriptionclassA model composed of several named children.classA dynamic fluid container model, capable of re-texturing itself at runtime to match the contained fluid.classA model composed of vanilla block elements.classA completely empty model with no quads or texture dependencies.classForge reimplementation of vanilla'sItemModelGenerator, i.e.classA model composed of multiple sub-models which are picked based on theItemTransforms.TransformTypebeing 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 TypeInterfaceDescriptioninterfaceIGeometryLoader<T extends IUnbakedGeometry<T>>A loader for custom model geometries.interfaceIUnbakedGeometry<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 TypeClassDescriptionclassSimpleUnbakedGeometry<T extends SimpleUnbakedGeometry<T>>Base class for implementations ofIUnbakedGeometrywhich 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.customGeometryMethods 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 TypeMethodDescriptionvoidBlockGeometryBakingContext.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