Class SelectorSortAlgorithms
java.lang.Object
org.spongepowered.api.command.selector.SelectorSortAlgorithms
Sort algorithms for selectors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultedRegistryReference<SelectorSortAlgorithm>An undefined sorting algorithmstatic final DefaultedRegistryReference<SelectorSortAlgorithm>Selects theentitiesfurthest away from the target location first.static final DefaultedRegistryReference<SelectorSortAlgorithm>Selects theentitiesnearest to the target location first.static final DefaultedRegistryReference<SelectorSortAlgorithm>Returnsentitiesin a random order -
Method Summary