Uses of Interface
net.minecraftforge.client.model.geometry.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
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
IGeometryLoader<?>> ModelEvent.RegisterGeometryLoaders.loaders
Modifier and TypeMethodDescriptionvoid
ModelEvent.RegisterGeometryLoaders.register
(String name, IGeometryLoader<?> loader) Registers a new geometry loader.ModifierConstructorDescriptionRegisterGeometryLoaders
(Map<ResourceLocation, IGeometryLoader<?>> loaders) -
Uses of IGeometryLoader in net.minecraftforge.client.model
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
-
Uses of IGeometryLoader in net.minecraftforge.client.model.geometry
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,
IGeometryLoader<?>> GeometryLoaderManager.LOADERS
Modifier 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
-
Uses of IGeometryLoader in net.minecraftforge.debug.block
Modifier and TypeClassDescriptionprivate static class
-
Uses of IGeometryLoader in net.minecraftforge.debug.client.model