Uses of Interface
net.minecraftforge.client.model.geometry.IModelGeometry
-
-
Uses of IModelGeometry in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model with type parameters of type IModelGeometry Modifier and Type Interface Description interfaceIModelLoader<T extends IModelGeometry<T>>Classes in net.minecraftforge.client.model that implement IModelGeometry Modifier and Type Class Description static classCompositeModel.GeometryclassDynamicBucketModelclassFluidModelclassItemLayerModelForge reimplementation of vanillaItemModelGenerator, i.e.static classModelLoaderRegistry.VanillaProxyclassMultiLayerModelA model that can be rendered in multipleRenderType.classSeparatePerspectiveModelFields in net.minecraftforge.client.model declared as IModelGeometry Modifier and Type Field Description private IModelGeometry<?>BlockModelConfiguration. customGeometryMethods in net.minecraftforge.client.model that return IModelGeometry Modifier and Type Method Description static IModelGeometry<?>ModelLoaderRegistry. deserializeGeometry(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject object)IModelGeometry<?>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 IModelGeometry Modifier and Type Method Description voidBlockModelConfiguration. setCustomGeometry(IModelGeometry<?> geometry) -
Uses of IModelGeometry in net.minecraftforge.client.model.geometry
Classes in net.minecraftforge.client.model.geometry with type parameters of type IModelGeometry Modifier and Type Interface Description interfaceIModelGeometry<T extends IModelGeometry<T>>General interface for any model that can be baked, superset of vanillaIUnbakedModel.Subinterfaces of IModelGeometry in net.minecraftforge.client.model.geometry Modifier and Type Interface Description interfaceIMultipartModelGeometry<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 Modifier and Type Class Description classOBJModel -
Uses of IModelGeometry in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IModelGeometry Modifier and Type Class Description private static classFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry -
Uses of IModelGeometry in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IModelGeometry Modifier and Type Class Description (package private) static classNewModelLoaderTest.TestModel
-