Package com.hazebyte.crate.api.util
Interface Messages
-
public interface MessagesInternal messages
-
-
Field Summary
Fields Modifier and Type Field Description static StringERRORstatic StringERROR_LINEstatic StringERROR_LINE_INFOstatic StringFORMATstatic StringFORMAT_ITEMstatic StringMESSAGE_NOT_FOUNDstatic StringRELOADstatic StringUNAVAILABLE_FEATUREstatic StringUNAVAILABLE_FEATURE_INFOstatic StringWARNINGstatic StringWARNING_Sstatic StringWARNING_S_INFO
-
-
-
Field Detail
-
UNAVAILABLE_FEATURE
static final String UNAVAILABLE_FEATURE
- See Also:
- Constant Field Values
-
UNAVAILABLE_FEATURE_INFO
static final String UNAVAILABLE_FEATURE_INFO
- See Also:
- Constant Field Values
-
MESSAGE_NOT_FOUND
static final String MESSAGE_NOT_FOUND
- See Also:
- Constant Field Values
-
RELOAD
static final String RELOAD
- See Also:
- Constant Field Values
-
WARNING
static final String WARNING
- See Also:
- Constant Field Values
-
WARNING_S
static final String WARNING_S
- See Also:
- Constant Field Values
-
WARNING_S_INFO
static final String WARNING_S_INFO
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
ERROR_LINE
static final String ERROR_LINE
- See Also:
- Constant Field Values
-
ERROR_LINE_INFO
static final String ERROR_LINE_INFO
- See Also:
- Constant Field Values
-
FORMAT
static final String FORMAT
- See Also:
- Constant Field Values
-
FORMAT_ITEM
static final String FORMAT_ITEM
- See Also:
- Constant Field Values
-
-