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 classclassclassclassForge reimplementation of vanillaItemModelGenerator, i.e.static classclassA model that can be rendered in multipleRenderType.classFields in net.minecraftforge.client.model declared as IModelGeometryModifier and TypeFieldDescriptionprivate IModelGeometry<?>BlockModelConfiguration.customGeometryMethods 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 TypeMethodDescriptionvoidBlockModelConfiguration.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 TypeInterfaceDescriptioninterfaceIModelGeometry<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 TypeInterfaceDescriptioninterfaceIMultipartModelGeometry<T extends IMultipartModelGeometry<T>>interfaceISimpleModelGeometry<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 class -
Uses of IModelGeometry in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IModelGeometry