Uses of Class
net.minecraft.entity.PathAwareEntity
Packages that use PathAwareEntity
Package
Description
-
Uses of PathAwareEntity in net.minecraft.entity
Subclasses of PathAwareEntity in net.minecraft.entity -
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 mob, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) FleeEntityGoal(PathAwareEntity mob, Class<T> fleeFromType, Predicate<? super T> extraInclusionSelector, float distance, double slowSpeed, double fastSpeed) FollowTargetGoal(PathAwareEntity mob, Class<T> targetClass, boolean checkVisibility) FollowTargetGoal(PathAwareEntity mob, Class<T> targetClass, boolean checkVisibility, boolean checkNavigable) FollowTargetGoal(PathAwareEntity mob, Class<T> targetClass, int reciprocalChance, boolean checkVisibility, boolean checkNavigable, Predicate<? super T> targetPredicate) GoToEntityTargetGoal(PathAwareEntity mob, double speed, float maxDistance) GoToWalkTargetGoal(PathAwareEntity mob, double speed) MeleeAttackGoal(PathAwareEntity mob, 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 pathAwareEntity, double double2, boolean bool, Set<Item> set) 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.mob with parameters of type PathAwareEntityModifier and TypeMethodDescriptionprotected voidZombiePigmanEntity.AvoidZombiesGoal.setMobEntityTarget(PathAwareEntity mob, LivingEntity target) -
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)