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.allAvoidsSentinelTrait.allIgnoresSentinelTrait.allTargetsMethods 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 TypeMethodDescriptionvoidSentinelTrait.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 voidSentinelTargetCommands.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.byAllInOneList of target lists that need to be matched in full on exactly one entity to qualify as a match.SentinelTargetList.byMultipleList 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 TypeMethodDescriptionbooleanSentinelTargetLabel.addToList(SentinelTargetList listSet) Adds this target label to a list set.booleanSentinelTargetLabel.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.voidSentinelTargetingHelper.processMultiTargets(SentinelTargetList baseList, SentinelTargetingHelper.TargetListType type) Process a specific set of multi-targets.booleanSentinelTargetLabel.removeFromList(SentinelTargetList listSet) Removes this target label from a list set.