Class GoalTypes
- java.lang.Object
-
- org.spongepowered.api.entity.ai.goal.GoalTypes
-
public final class GoalTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<GoalType>ATTACK_LIVINGstatic DefaultedRegistryReference<GoalType>AVOID_LIVINGstatic DefaultedRegistryReference<GoalType>FIND_NEAREST_ATTACKABLEstatic DefaultedRegistryReference<GoalType>LOOK_ATstatic DefaultedRegistryReference<GoalType>LOOK_RANDOMLYstatic DefaultedRegistryReference<GoalType>RANDOM_WALKINGstatic DefaultedRegistryReference<GoalType>RANGED_ATTACK_AGAINST_AGENTstatic DefaultedRegistryReference<GoalType>RUN_AROUND_LIKE_CRAZYstatic DefaultedRegistryReference<GoalType>SWIM
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<GoalType>registry()
-
-
-
Field Detail
-
AVOID_LIVING
public static final DefaultedRegistryReference<GoalType> AVOID_LIVING
-
ATTACK_LIVING
public static final DefaultedRegistryReference<GoalType> ATTACK_LIVING
-
FIND_NEAREST_ATTACKABLE
public static final DefaultedRegistryReference<GoalType> FIND_NEAREST_ATTACKABLE
-
LOOK_AT
public static final DefaultedRegistryReference<GoalType> LOOK_AT
-
LOOK_RANDOMLY
public static final DefaultedRegistryReference<GoalType> LOOK_RANDOMLY
-
RANDOM_WALKING
public static final DefaultedRegistryReference<GoalType> RANDOM_WALKING
-
RANGED_ATTACK_AGAINST_AGENT
public static final DefaultedRegistryReference<GoalType> RANGED_ATTACK_AGAINST_AGENT
-
RUN_AROUND_LIKE_CRAZY
public static final DefaultedRegistryReference<GoalType> RUN_AROUND_LIKE_CRAZY
-
SWIM
public static final DefaultedRegistryReference<GoalType> SWIM
-
-