Uses of Class
org.mcmonkey.sentinel.targeting.SentinelTargetList
Package
Description
-
Uses of SentinelTargetList in org.mcmonkey.sentinel
Modifier and TypeFieldDescriptionSentinelTrait.allAvoids
SentinelTrait.allIgnores
SentinelTrait.allTargets
Modifier and TypeMethodDescriptionSentinelTrait.SentinelTargetListPersister.create
(net.citizensnpcs.api.util.DataKey dataKey) Modifier and TypeMethodDescriptionvoid
SentinelTrait.SentinelTargetListPersister.save
(SentinelTargetList o, net.citizensnpcs.api.util.DataKey dataKey) -
Uses of SentinelTargetList in org.mcmonkey.sentinel.commands
Modifier and TypeMethodDescriptionstatic void
SentinelTargetCommands.outputEntireTargetsList
(org.bukkit.command.CommandSender sender, SentinelTargetList list, String prefixType) -
Uses of SentinelTargetList in org.mcmonkey.sentinel.targeting
Modifier and TypeFieldDescriptionSentinelTargetList.byAllInOne
List of target lists that need to be matched in full on exactly one entity to qualify as a match.SentinelTargetList.byMultiple
List of target lists that need to be matched in full to qualify as a match.Modifier and TypeMethodDescriptionSentinelTargetList.duplicate()
Returns a duplicate of the target list, with all inner arrays duplicated.Gets the TargetList created by this multi-target label.Modifier and TypeMethodDescriptionboolean
SentinelTargetLabel.addToList
(SentinelTargetList listSet) Adds this target label to a list set.boolean
SentinelTargetLabel.addToList
(SentinelTargetList listSet, boolean doRecache) Adds this target label to a list set.SentinelTargetLabel.getTargetsList
(SentinelTargetList listSet) Gets the target collection from a list set for this label.void
SentinelTargetingHelper.processMultiTargets
(SentinelTargetList baseList, SentinelTargetingHelper.TargetListType type) Process a specific set of multi-targets.boolean
SentinelTargetLabel.removeFromList
(SentinelTargetList listSet) Removes this target label from a list set.