Package com.ticxo.modelengine.api.error
Interface IError
- All Known Implementing Classes:
ErrorBadTexture
,ErrorNoFaceCube
,ErrorUnknownFormat
,IError.Error
,IError.Warn
,WarnBadAngle
,WarnBadEyeHeight
,WarnBadNamespace
,WarnBadTranslation
,WarnBoneTooLarge
,WarnBoxUV
,WarningDuplicateBoneName
,WarnMultipleAngle
,WarnNoHitbox
public interface IError
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static enum
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WarnBadEyeHeight
static final WarnBoxUV
static final WarningDuplicateBoneName
static final WarnNoHitbox
static final ErrorUnknownFormat
-
Method Summary
-
Field Details
-
UNKNOWN_FORMAT
-
BOX_UV
-
BAD_EYE_HEIGHT
-
NO_HITBOX
-
DUPE_NAME
-
-
Method Details
-
getErrorMessage
String getErrorMessage() -
getSeverity
IError.Severity getSeverity() -
log
default void log()
-