Uses of Interface
net.minecraftforge.client.model.geometry.ISimpleModelGeometry
-
Packages that use ISimpleModelGeometry Package Description net.minecraftforge.client.model net.minecraftforge.client.model.geometry net.minecraftforge.client.model.obj net.minecraftforge.debug.client.model -
-
Uses of ISimpleModelGeometry in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model that implement ISimpleModelGeometry Modifier and Type Class Description static class
CompositeModel.Geometry
static class
ModelLoaderRegistry.VanillaProxy
-
Uses of ISimpleModelGeometry in net.minecraftforge.client.model.geometry
Classes in net.minecraftforge.client.model.geometry with type parameters of type ISimpleModelGeometry Modifier and Type Interface Description interface
ISimpleModelGeometry<T extends ISimpleModelGeometry<T>>
Subinterfaces of ISimpleModelGeometry in net.minecraftforge.client.model.geometry Modifier and Type Interface Description interface
IMultipartModelGeometry<T extends IMultipartModelGeometry<T>>
-
Uses of ISimpleModelGeometry in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement ISimpleModelGeometry Modifier and Type Class Description class
OBJModel
-
Uses of ISimpleModelGeometry in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement ISimpleModelGeometry Modifier and Type Class Description (package private) static class
NewModelLoaderTest.TestModel
-