Uses of Class
net.minecraft.entity.PathAwareEntity
Packages that use PathAwareEntity
Package
Description
-
Uses of PathAwareEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PathAwareEntityModifier and TypeFieldDescriptionprivate PathAwareEntityAvoidSunlightGoal.entityprivate PathAwareEntityRestrictOpenDoorGoal.entityprivate PathAwareEntityStayIndoorsGoal.entityprivate PathAwareEntityEscapeDangerGoal.mobprivate PathAwareEntityEscapeSunlightGoal.mobprivate PathAwareEntityFleeEntityGoal.mobprivate PathAwareEntityGoToEntityTargetGoal.mobprivate PathAwareEntityGoToWalkTargetGoal.mob(package private) PathAwareEntityMeleeAttackGoal.mobprivate PathAwareEntityMoveThroughVillageGoal.mobprivate PathAwareEntityTemptGoal.mobprotected PathAwareEntityTrackTargetGoal.mobprivate PathAwareEntityWanderAroundGoal.mobConstructors in net.minecraft.entity.ai.goal with parameters of type PathAwareEntityModifierConstructorDescriptionAvoidSunlightGoal(PathAwareEntity entity) EscapeDangerGoal(PathAwareEntity mob, double speed) EscapeSunlightGoal(PathAwareEntity mob, double speed) FleeEntityGoal(PathAwareEntity mob, Class fleeFromType, float distance, double slowSpeed, double fastSpeed) FollowTargetGoal(PathAwareEntity pathAwareEntity, Class class2, int int2, boolean bool) FollowTargetGoal(PathAwareEntity pathAwareEntity, Class class2, int int2, boolean bool, boolean bool2) FollowTargetGoal(PathAwareEntity pathAwareEntity, Class class2, int int2, boolean bool, boolean bool2, EntityPredicates entityPredicates) GoToEntityTargetGoal(PathAwareEntity mob, double speed, float maxDistance) GoToWalkTargetGoal(PathAwareEntity mob, double speed) MeleeAttackGoal(PathAwareEntity mob, double speed, boolean pauseWhenMobIdle) MeleeAttackGoal(PathAwareEntity mob, Class targetClass, double speed, boolean pauseWhenMobIdle) MoveThroughVillageGoal(PathAwareEntity mob, double speed, boolean requiresNighttime) RestrictOpenDoorGoal(PathAwareEntity entity) RevengeGoal(PathAwareEntity mob, boolean checkVisibility) StayIndoorsGoal(PathAwareEntity entity) TemptGoal(PathAwareEntity mob, double speed, Item food, boolean canBeScared) TrackTargetGoal(PathAwareEntity mob, boolean checkVisibility) TrackTargetGoal(PathAwareEntity mob, boolean checkVisibility, boolean checkNavigable) WanderAroundGoal(PathAwareEntity mob, double speed) -
Uses of PathAwareEntity in net.minecraft.entity.boss
Subclasses of PathAwareEntity in net.minecraft.entity.boss -
Uses of PathAwareEntity in net.minecraft.entity.mob
Subclasses of PathAwareEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PathAwareEntity in net.minecraft.entity.passive
Subclasses of PathAwareEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PathAwareEntity in net.minecraft.util
Methods in net.minecraft.util with parameters of type PathAwareEntityModifier and TypeMethodDescriptionstatic Vec3dRandomVectorGenerator.method_2799(PathAwareEntity mob, int int2, int int3) static Vec3dRandomVectorGenerator.method_2800(PathAwareEntity mob, int int2, int int3, Vec3d vec3d) static Vec3dRandomVectorGenerator.method_2801(PathAwareEntity mob, int int2, int int3, Vec3d vec3d) private static Vec3dRandomVectorGenerator.method_2802(PathAwareEntity mob, int int2, int int3, Vec3d vec3d)