Package org.incendo.cloud.bukkit
Class BukkitParserParameters
java.lang.Object
org.incendo.cloud.bukkit.BukkitParserParameters
ParserParameter keys for cloud-bukkit.- Since:
- 1.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParserParameter<Boolean> Used to specify if an empty result is allowed forMultiplePlayerSelectorParserandMultipleEntitySelectorParser.static final ParserParameter<String> Sets a custom default namespace forNamespacedKeyParser.static final ParserParameter<Boolean> Sets to require explicit namespaces forNamespacedKeyParser(i.e. -
Method Summary
-
Field Details
-
ALLOW_EMPTY_SELECTOR_RESULT
@API(status=STABLE, since="1.8.0") public static final ParserParameter<Boolean> ALLOW_EMPTY_SELECTOR_RESULTUsed to specify if an empty result is allowed forMultiplePlayerSelectorParserandMultipleEntitySelectorParser.- Since:
- 1.8.0
-
REQUIRE_EXPLICIT_NAMESPACE
Sets to require explicit namespaces forNamespacedKeyParser(i.e. 'test' will be rejected but 'test:test' will pass).- Since:
- 1.7.0
-
DEFAULT_NAMESPACE
Sets a custom default namespace forNamespacedKeyParser. Without this annotation the default isNamespacedKey.MINECRAFT.- Since:
- 1.7.0
-