private static class ModelLoader.ItemLoadingException extends ModelLoaderRegistry.LoaderException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Exception |
blockstateException |
private java.lang.Exception |
normalException |
| Constructor and Description |
|---|
ItemLoadingException(java.lang.String message,
java.lang.Exception normalException,
java.lang.Exception blockstateException) |