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 classCompositeModel.Geometrystatic classModelLoaderRegistry.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 interfaceISimpleModelGeometry<T extends ISimpleModelGeometry<T>>Subinterfaces of ISimpleModelGeometry in net.minecraftforge.client.model.geometry Modifier and Type Interface Description interfaceIMultipartModelGeometry<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 classOBJModel -
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 classNewModelLoaderTest.TestModel
-