Uses of Class
net.minecraft.entity.PathAwareEntity
Packages that use PathAwareEntity
Package
Description
-
Uses of PathAwareEntity in net.minecraft
Methods in net.minecraft with parameters of type PathAwareEntityModifier and TypeMethodDescriptionprotected voidclass_2653.setMobEntityTarget(PathAwareEntity mob, LivingEntity target) Constructors in net.minecraft with parameters of type PathAwareEntityModifierConstructorDescriptionclass_2633(PathAwareEntity mob, Class targetClass, int reciprocalChance, boolean checkVisibility, boolean checkNavigable, Predicate targetPredicate) (package private)class_4536(class_2633 class_2633, Predicate predicate, PathAwareEntity pathAwareEntity) -
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.mobprotected PathAwareEntityFleeEntityGoal.mobprivate PathAwareEntityGoToEntityTargetGoal.mobprivate PathAwareEntityGoToWalkTargetGoal.mobprotected PathAwareEntityMeleeAttackGoal.mobprivate PathAwareEntityMoveThroughVillageGoal.mobprivate final PathAwareEntityMoveToTargetPosGoal.mobprivate PathAwareEntityTemptGoal.mobprotected final PathAwareEntityTrackTargetGoal.mobprivate PathAwareEntityWanderAroundGoal.mobMethods in net.minecraft.entity.ai.goal with parameters of type PathAwareEntityModifier and TypeMethodDescriptionprotected voidRevengeGoal.setMobEntityTarget(PathAwareEntity mob, LivingEntity target) Constructors 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 pathAwareEntity, Predicate predicate, float float2, double double2, double double3) FollowTargetGoal(PathAwareEntity mob, Class targetClass, boolean checkVisibility) FollowTargetGoal(PathAwareEntity mob, Class targetClass, boolean checkVisibility, boolean checkNavigable) FollowTargetGoal(PathAwareEntity mob, Class targetClass, int reciprocalChance, boolean checkVisibility, boolean checkNavigable, Predicate targetPredicate) 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) MoveToTargetPosGoal(PathAwareEntity mob, double speed, int range) RestrictOpenDoorGoal(PathAwareEntity entity) RevengeGoal(PathAwareEntity mob, boolean groupRevenge, Class[] noRevengeTypes) 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) WanderAroundGoal(PathAwareEntity mob, double speed, int chance) -
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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)