Uses of Interface
net.minecraftforge.client.model.geometry.IModelGeometry
Packages that use IModelGeometry
Package
Description
-
Uses of IModelGeometry in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model with type parameters of type IModelGeometryClasses in net.minecraftforge.client.model that implement IModelGeometryModifier and TypeClassDescriptionstatic class
final class
final class
final class
Forge reimplementation of vanillaItemModelGenerator
, i.e.static class
final class
A model that can be rendered in multipleRenderType
.class
Fields in net.minecraftforge.client.model declared as IModelGeometryModifier and TypeFieldDescriptionprivate IModelGeometry<?>
BlockModelConfiguration.customGeometry
Methods in net.minecraftforge.client.model that return IModelGeometryModifier and TypeMethodDescriptionstatic IModelGeometry<?>
ModelLoaderRegistry.deserializeGeometry
(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject object) BlockModelConfiguration.getCustomGeometry()
static IModelGeometry<?>
ModelLoaderRegistry.getModel
(ResourceLocation loaderId, com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject data) Methods in net.minecraftforge.client.model with parameters of type IModelGeometryModifier and TypeMethodDescriptionvoid
BlockModelConfiguration.setCustomGeometry
(IModelGeometry<?> geometry) -
Uses of IModelGeometry in net.minecraftforge.client.model.geometry
Classes in net.minecraftforge.client.model.geometry with type parameters of type IModelGeometryModifier and TypeInterfaceDescriptioninterface
IModelGeometry<T extends IModelGeometry<T>>
General interface for any model that can be baked, superset of vanillaUnbakedModel
.Subinterfaces of IModelGeometry in net.minecraftforge.client.model.geometryModifier and TypeInterfaceDescriptioninterface
IMultipartModelGeometry<T extends IMultipartModelGeometry<T>>
interface
ISimpleModelGeometry<T extends ISimpleModelGeometry<T>>
-
Uses of IModelGeometry in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement IModelGeometry -
Uses of IModelGeometry in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IModelGeometryModifier and TypeClassDescriptionprivate static final record
-
Uses of IModelGeometry in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IModelGeometry