Class ModelLoader.ItemLoadingException

All Implemented Interfaces:
Serializable
Enclosing class:
ModelLoader

public static class ModelLoader.ItemLoadingException extends ModelLoadingException
16x16 pure white sprite.
See Also:
  • Field Details

    • normalException

      private final Exception normalException
    • blockstateException

      private final Exception blockstateException
  • Constructor Details

    • ItemLoadingException

      public ItemLoadingException(String message, Exception normalException, Exception blockstateException)