Uses of Enum
net.citizensnpcs.api.ai.TargetType
Packages that use TargetType
-
Uses of TargetType in net.citizensnpcs.api.ai
Methods in net.citizensnpcs.api.ai that return TargetTypeModifier and TypeMethodDescriptionAbstractPathStrategy.getTargetType()
Navigator.getTargetType()
PathStrategy.getTargetType()
static TargetType
Returns the enum constant of this type with the specified name.static TargetType[]
TargetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.citizensnpcs.api.ai with parameters of type TargetType -
Uses of TargetType in net.citizensnpcs.npc.ai
Methods in net.citizensnpcs.npc.ai that return TargetTypeModifier and TypeMethodDescriptionCitizensNavigator.getTargetType()
MCNavigationStrategy.getTargetType()
MCTargetStrategy.getTargetType()