Package wbs.utils.util.entities.selector
Class RadiusSelector<T extends org.bukkit.entity.Entity>
java.lang.Object
wbs.utils.util.entities.selector.EntitySelector<T,RadiusSelector<T>>
wbs.utils.util.entities.selector.RadiusSelector<T>
public class RadiusSelector<T extends org.bukkit.entity.Entity>
extends EntitySelector<T,RadiusSelector<T>>
-
Field Summary
Fields inherited from class wbs.utils.util.entities.selector.EntitySelector
clazz, range -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSelection(org.bukkit.Location loc) Perform a selection and return all found.protected RadiusSelector<T>getThis()Methods inherited from class wbs.utils.util.entities.selector.EntitySelector
exclude, exclude, filter, getExclude, getMaxSelections, getPredicate, getRange, getRawPredicate, isValid, select, select, selectExcluding, selectExcluding, selectFirst, selectFirst, selectFirstExcluding, selectFirstExcluding, selectRandom, selectRandom, selectRandomExcluding, selectRandomExcluding, setMaxSelections, setPredicate, setPredicateRaw, setRange, unexclude, unexclude
-
Constructor Details
-
RadiusSelector
-
-
Method Details
-
getSelection
Description copied from class:EntitySelectorPerform a selection and return all found.- Specified by:
getSelectionin classEntitySelector<T extends org.bukkit.entity.Entity,RadiusSelector<T extends org.bukkit.entity.Entity>> - Parameters:
loc- The location to perform the selection from- Returns:
- All selections
-
getThis
- Specified by:
getThisin classEntitySelector<T extends org.bukkit.entity.Entity,RadiusSelector<T extends org.bukkit.entity.Entity>> - Returns:
- This object as the subclass
-