Uses of Class
org.mcmonkey.sentinel.targeting.SentinelTargetList
Packages that use SentinelTargetList
Package
Description
-
Uses of SentinelTargetList in org.mcmonkey.sentinel
Fields in org.mcmonkey.sentinel declared as SentinelTargetListModifier and TypeFieldDescriptionSentinelTrait.allAvoids
SentinelTrait.allIgnores
SentinelTrait.allTargets
Methods in org.mcmonkey.sentinel that return SentinelTargetListModifier and TypeMethodDescriptionSentinelTrait.SentinelTargetListPersister.create
(net.citizensnpcs.api.util.DataKey dataKey) Methods in org.mcmonkey.sentinel with parameters of type SentinelTargetListModifier and TypeMethodDescriptionvoid
SentinelTrait.SentinelTargetListPersister.save
(SentinelTargetList o, net.citizensnpcs.api.util.DataKey dataKey) -
Uses of SentinelTargetList in org.mcmonkey.sentinel.commands
Methods in org.mcmonkey.sentinel.commands with parameters of type SentinelTargetListModifier and TypeMethodDescriptionstatic void
SentinelTargetCommands.outputEntireTargetsList
(org.bukkit.command.CommandSender sender, SentinelTargetList list, String prefixType) -
Uses of SentinelTargetList in org.mcmonkey.sentinel.targeting
Fields in org.mcmonkey.sentinel.targeting with type parameters of type SentinelTargetListModifier 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.Methods in org.mcmonkey.sentinel.targeting that return SentinelTargetListModifier and TypeMethodDescriptionSentinelTargetList.duplicate()
Returns a duplicate of the target list, with all inner arrays duplicated.Gets the TargetList created by this multi-target label.Methods in org.mcmonkey.sentinel.targeting with parameters of type SentinelTargetListModifier 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.