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 interface
IModelLoader<T extends IModelGeometry<T>>
Classes in net.minecraftforge.client.model that implement IModelGeometry Modifier and Type Class Description static class
CompositeModel.Geometry
class
DynamicBucketModel
class
FluidModel
class
ItemLayerModel
Forge reimplementation of vanillaItemModelGenerator
, i.e.static class
ModelLoaderRegistry.VanillaProxy
class
MultiLayerModel
A model that can be rendered in multipleRenderType
.class
SeparatePerspectiveModel
Fields in net.minecraftforge.client.model declared as IModelGeometry Modifier and Type Field Description private IModelGeometry<?>
BlockModelConfiguration. customGeometry
Methods 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 void
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 IModelGeometry Modifier and Type Interface Description interface
IModelGeometry<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 interface
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 Modifier and Type Class Description class
OBJModel
-
Uses of IModelGeometry in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IModelGeometry Modifier and Type Class Description private static class
FullPotsAccessorDemo.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 class
NewModelLoaderTest.TestModel
-