Package studio.mevera.imperat.responses
Interface BukkitResponseKey
- All Superinterfaces:
studio.mevera.imperat.util.Keyed<String>,studio.mevera.imperat.responses.ResponseKey
public interface BukkitResponseKey
extends studio.mevera.imperat.responses.ResponseKey
Response keys specific to the Bukkit platform.
These keys are used to identify error messages and responses
for Bukkit-specific exceptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeystatic final BukkitResponseKeyFields inherited from interface studio.mevera.imperat.responses.ResponseKey
COOLDOWN, FLAG_OUTSIDE_SCOPE, INVALID_BOOLEAN, INVALID_CHARACTER, INVALID_ENUM, INVALID_MAP_ENTRY_FORMAT, INVALID_NUMBER_FORMAT, INVALID_UUID, MISSING_FLAG_INPUT, NO_HELP, NO_HELP_PAGE, NUMBER_OUT_OF_RANGE, UNKNOWN_FLAG, VALUE_OUT_OF_CONSTRAINT -
Method Summary
Methods inherited from interface studio.mevera.imperat.util.Keyed
getKey
-
Field Details
-
ONLY_PLAYER
-
ONLY_CONSOLE
-
UNKNOWN_PLAYER
-
UNKNOWN_OFFLINE_PLAYER
-
UNKNOWN_WORLD
-
INVALID_LOCATION
-
INVALID_SELECTOR_FIELD
-
UNKNOWN_SELECTOR_FIELD
-
UNKNOWN_SELECTION_TYPE
-