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