Annotation Type AllowEmptySelection
@Target(PARAMETER)
@Retention(RUNTIME)
@API(status=STABLE,
since="1.8.0")
public @interface AllowEmptySelection
Annotation used to specify if an empty result is allowed for
MultiplePlayerSelectorParser
and
MultipleEntitySelectorParser
.- Since:
- 1.8.0
-
Optional Element Summary
-
Element Details
-
value
boolean valueWhether to allow empty results.- Returns:
- value
- Default:
- true
-