Class GeometryLoaderManager

java.lang.Object
net.minecraftforge.client.model.geometry.GeometryLoaderManager

public final class GeometryLoaderManager extends Object
Manager for geometry loaders.

Provides a lookup.

  • Field Details

  • Constructor Details

    • GeometryLoaderManager

      private GeometryLoaderManager()
  • Method Details

    • get

      @Nullable public static @Nullable IGeometryLoader<?> get(ResourceLocation name)
      Finds the IGeometryLoader for a given name, or null if not found.
    • getLoaderList

      public static String getLoaderList()
      Retrieves a comma-separated list of all active loaders, for use in error messages.
    • init

      @Internal public static void init()