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.loaders
Methods in net.minecraftforge.client.event with parameters of type IGeometryLoaderModifier and TypeMethodDescriptionvoid
ModelEvent.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 class
static final class
static final class
static final class
static final class
Fields 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.LOADERS
Methods in net.minecraftforge.client.model.geometry that return IGeometryLoaderModifier and TypeMethodDescriptionstatic @Nullable IGeometryLoader<?>
GeometryLoaderManager.get
(ResourceLocation name) Finds theIGeometryLoader
for 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