Package org.incendo.cloud.bukkit.data
Interface Selector<V>
- Type Parameters:
V- value type
- All Known Subinterfaces:
MultipleEntitySelector,MultiplePlayerSelector,Selector.Single<V>,SingleEntitySelector,SinglePlayerSelector
A selector string to query multiple entity-like values.
- Since:
- 2.0.0
-
Method Details
-
inputString
Get the raw string associated with the selector.- Returns:
- the input
-
values
@NonNull Collection<V> values()Get the value of this selector.- Returns:
- all matched entities
-