Uses of Class
net.minecraft.entity.PathAwareEntity
Packages that use PathAwareEntity
Package
Description
-
Uses of PathAwareEntity in net.minecraft
Subclasses of PathAwareEntity in net.minecraftConstructors in net.minecraft with parameters of type PathAwareEntityModifierConstructorDescriptionclass_3133(PathAwareEntity mob, double speed) class_3133(PathAwareEntity mob, double speed, float float2) -
Uses of PathAwareEntity in net.minecraft.entity
Subclasses of PathAwareEntity in net.minecraft.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity with parameters of type PathAwareEntityModifier and TypeMethodDescriptionprotected voidPolarBearEntity.class_3036.setMobEntityTarget(PathAwareEntity mob, LivingEntity target) Constructors in net.minecraft.entity with parameters of type PathAwareEntity -
Uses of PathAwareEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PathAwareEntityModifier and TypeFieldDescriptionprivate final PathAwareEntityAvoidSunlightGoal.entityprivate final PathAwareEntityRestrictOpenDoorGoal.entityprivate final PathAwareEntityStayIndoorsGoal.entityprivate final PathAwareEntityEscapeDangerGoal.mobprivate final PathAwareEntityEscapeSunlightGoal.mobprotected PathAwareEntityFleeEntityGoal.mobprivate final PathAwareEntityGoToEntityTargetGoal.mobprivate final PathAwareEntityGoToWalkTargetGoal.mobprotected PathAwareEntityMeleeAttackGoal.mobprivate final PathAwareEntityMoveThroughVillageGoal.mobprivate final PathAwareEntityMoveToTargetPosGoal.mobprivate final PathAwareEntityTemptGoal.mobprotected final PathAwareEntityTrackTargetGoal.mobprotected final 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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 TypeMethodDescriptionprivate static BlockPosRandomVectorGenerator.method_13956(BlockPos blockPos, PathAwareEntity mob) private static Vec3dRandomVectorGenerator.method_13957(PathAwareEntity mob, int int2, int int3, Vec3d vec3d, boolean bool) private static booleanRandomVectorGenerator.method_13958(BlockPos blockPos, PathAwareEntity mob) static Vec3dRandomVectorGenerator.method_13959(PathAwareEntity mob, int int2, int int3) static 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)