Uses of Interface
net.citizensnpcs.api.ai.AttackStrategy
Packages that use AttackStrategy
-
Uses of AttackStrategy in net.citizensnpcs.api.ai
Methods in net.citizensnpcs.api.ai that return AttackStrategyModifier and TypeMethodDescriptionNavigatorParameters.attackStrategy()
NavigatorParameters.defaultAttackStrategy()
Returns the configured default attack strategy, which tries to perform the most Minecraft-like attack on the target.Methods in net.citizensnpcs.api.ai with parameters of type AttackStrategyModifier and TypeMethodDescriptionvoid
NavigatorParameters.attackStrategy
(AttackStrategy strategy) Sets theAttackStrategy
for use when attacking entity targets.NavigatorParameters.defaultAttackStrategy
(AttackStrategy defaultStrategy) Sets the defaultAttackStrategy
.