Uses of Interface
net.minecraftforge.client.model.geometry.IModelGeometry
Package
Description
-
Uses of IModelGeometry in net.minecraftforge.client.model
Modifier and TypeClassDescriptionstatic class
class
class
class
Forge reimplementation of vanillaItemModelGenerator
, i.e.static class
class
A model that can be rendered in multipleRenderType
.class
Modifier and TypeFieldDescriptionprivate IModelGeometry<?>
BlockModelConfiguration.customGeometry
Modifier 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)
Modifier and TypeMethodDescriptionvoid
BlockModelConfiguration.setCustomGeometry(IModelGeometry<?> geometry)
-
Uses of IModelGeometry in net.minecraftforge.client.model.geometry
Modifier and TypeInterfaceDescriptioninterface
IModelGeometry<T extends IModelGeometry<T>>
General interface for any model that can be baked, superset of vanillaUnbakedModel
.Modifier and TypeInterfaceDescriptioninterface
IMultipartModelGeometry<T extends IMultipartModelGeometry<T>>
interface
ISimpleModelGeometry<T extends ISimpleModelGeometry<T>>
-
Uses of IModelGeometry in net.minecraftforge.client.model.obj
-
Uses of IModelGeometry in net.minecraftforge.debug.block
Modifier and TypeClassDescriptionprivate static class
-
Uses of IModelGeometry in net.minecraftforge.debug.client.model