Package com.hazebyte.crate.api.util
Interface Messages
-
public interface Messages
Internal messages
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR
static String
ERROR_LINE
static String
ERROR_LINE_INFO
static String
FORMAT
static String
FORMAT_ITEM
static String
MESSAGE_NOT_FOUND
static String
RELOAD
static String
UNAVAILABLE_FEATURE
static String
UNAVAILABLE_FEATURE_INFO
static String
WARNING
static String
WARNING_S
static String
WARNING_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
-
-