Uses of Interface
net.minecraftforge.client.model.geometry.IGeometryLoader
Packages that use IGeometryLoader
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of IGeometryLoader in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event with type parameters of type IGeometryLoaderModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,IGeometryLoader<?>> ModelEvent.RegisterGeometryLoaders.loadersMethods in net.minecraftforge.client.event with parameters of type IGeometryLoaderModifier and TypeMethodDescriptionvoidModelEvent.RegisterGeometryLoaders.register(String name, IGeometryLoader<?> loader) Registers a new geometry loader.Constructor parameters in net.minecraftforge.client.event with type arguments of type IGeometryLoaderModifierConstructorDescriptionRegisterGeometryLoaders(Map<ResourceLocation, IGeometryLoader<?>> loaders) -
Uses of IGeometryLoader in net.minecraftforge.client.model
Classes in net.minecraftforge.client.model that implement IGeometryLoaderModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classFields in net.minecraftforge.client.model declared as IGeometryLoader -
Uses of IGeometryLoader in net.minecraftforge.client.model.geometry
Fields in net.minecraftforge.client.model.geometry with type parameters of type IGeometryLoaderModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,IGeometryLoader<?>> GeometryLoaderManager.LOADERSMethods in net.minecraftforge.client.model.geometry that return IGeometryLoaderModifier and TypeMethodDescriptionstatic @Nullable IGeometryLoader<?>GeometryLoaderManager.get(ResourceLocation name) Finds theIGeometryLoaderfor a given name, or null if not found. -
Uses of IGeometryLoader in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement IGeometryLoader -
Uses of IGeometryLoader in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IGeometryLoaderModifier and TypeClassDescriptionprivate static class -
Uses of IGeometryLoader in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IGeometryLoader