Uses of Class
net.minecraft.world.entity.PathfinderMob
Packages that use PathfinderMob
Package
Description
-
Uses of PathfinderMob in net.minecraft.world.entity
Subclasses of PathfinderMob in net.minecraft.world.entityConstructor parameters in net.minecraft.world.entity with type arguments of type PathfinderMobModifierConstructorDescriptionprotectedPathfinderMob(EntityType<? extends PathfinderMob> p_21683_, Level p_21684_) -
Uses of PathfinderMob in net.minecraft.world.entity.ai.behavior
Classes in net.minecraft.world.entity.ai.behavior with type parameters of type PathfinderMobModifier and TypeClassDescriptionclassAnimalPanic<E extends PathfinderMob>classPrepareRamNearestTarget<E extends PathfinderMob>Fields in net.minecraft.world.entity.ai.behavior with type parameters of type PathfinderMobModifier and TypeFieldDescriptionprivate final Consumer<PathfinderMob> TransportItemsBetweenContainers.onStartTravellingprivate final Function<PathfinderMob, TagKey<DamageType>> AnimalPanic.panicCausingDamageTypesMethods in net.minecraft.world.entity.ai.behavior that return types with arguments of type PathfinderMobModifier and TypeMethodDescriptionstatic BehaviorControl<PathfinderMob> AcquirePoi.create(Predicate<Holder<PoiType>> pAcquirablePois, MemoryModuleType<GlobalPos> pAcquiringMemory, boolean pOnlyIfAdult, Optional<Byte> pEntityEventId) static BehaviorControl<PathfinderMob> AcquirePoi.create(Predicate<Holder<PoiType>> pAcquirablePois, MemoryModuleType<GlobalPos> pAcquiringMemory, boolean pOnlyIfAdult, Optional<Byte> pEntityEventId, BiPredicate<ServerLevel, BlockPos> pPredicate) static BehaviorControl<PathfinderMob> AcquirePoi.create(Predicate<Holder<PoiType>> pAcquirablePois, MemoryModuleType<GlobalPos> pExistingAbsentMemory, MemoryModuleType<GlobalPos> pAcquiringMemory, boolean pOnlyIfAdult, Optional<Byte> pEntityEventId, BiPredicate<ServerLevel, BlockPos> pPredicate) static BehaviorControl<PathfinderMob> InsideBrownianWalk.create(float pSpeedModifier) static BehaviorControl<PathfinderMob> PlayTagWithOtherKids.create()static BehaviorControl<PathfinderMob> SetClosestHomeAsWalkTarget.create(float pSpeedModifier) private static <T> OneShot<PathfinderMob> SetWalkTargetAwayFrom.create(MemoryModuleType<T> pWalkTargetAwayFromMemory, float pSpeedModifier, int pDesiredDistance, boolean pHasTarget, Function<T, Vec3> pToPosition) static OneShot<PathfinderMob> StrollAroundPoi.create(MemoryModuleType<GlobalPos> pPoiPosMemory, float pSpeedModifier, int pMaxDistFromPoi) static BehaviorControl<PathfinderMob> StrollToPoi.create(MemoryModuleType<GlobalPos> pPoiPosMemory, float pSpeedModifier, int pCloseEnoughDist, int pMaxDistFromPoi) static BehaviorControl<PathfinderMob> TryFindLand.create(int pRange, float pSpeedModifier) static BehaviorControl<PathfinderMob> TryFindLandNearWater.create(int pRange, float pSpeedModifier) static BehaviorControl<PathfinderMob> TryFindWater.create(int pRange, float pSpeedModifier) static OneShot<PathfinderMob> VillageBoundRandomStroll.create(float pSpeedModifier) static OneShot<PathfinderMob> VillageBoundRandomStroll.create(float pSpeedModifier, int pMaxHorizontalDist, int pMaxVerticalDist) static OneShot<PathfinderMob> SetWalkTargetAwayFrom.entity(MemoryModuleType<? extends Entity> pWalkTargetAwayFromMemory, float pSpeedModifier, int pDesiredDistance, boolean pHasTarget) static BehaviorControl<PathfinderMob> RandomStroll.fly(float pSpeedModifier) private BiConsumer<PathfinderMob, Container> TransportItemsBetweenContainers.onReachedInteraction(TransportItemsBetweenContainers.ContainerInteractionState pInteractionState) static BehaviorControl<PathfinderMob> SetWalkTargetAwayFrom.pos(MemoryModuleType<BlockPos> pWalkTargetAwayFromMemory, float pSpeedModifier, int pDesiredDistance, boolean pHasTarget) static OneShot<PathfinderMob> RandomStroll.stroll(float pSpeedModifier) static OneShot<PathfinderMob> RandomStroll.stroll(float pSpeedModifier, boolean pMayStrollFromWater) static BehaviorControl<PathfinderMob> RandomStroll.stroll(float pSpeedModifier, int pMaxHorizontalDistance, int pMaxVerticalDistance) private static OneShot<PathfinderMob> RandomStroll.strollFlyOrSwim(float pSpeedModifier, Function<PathfinderMob, Vec3> pTarget, Predicate<PathfinderMob> pCanStroll) static BehaviorControl<PathfinderMob> RandomStroll.swim(float pSpeedModifier) Methods in net.minecraft.world.entity.ai.behavior with parameters of type PathfinderMobModifier and TypeMethodDescriptionprivate static ItemStackTransportItemsBetweenContainers.addItemsToContainer(PathfinderMob pMob, Container pContainer) PrepareRamNearestTarget.calculateRammingStartPosition(PathfinderMob pPathfinder, LivingEntity pEntity) private static booleanYieldJobSite.canReachPos(PathfinderMob pMob, BlockPos pPos, PoiType pPoi) private booleanTransportItemsBetweenContainers.canSeeAnyTargetSide(TransportItemsBetweenContainers.TransportItemTarget pTarget, Level pLevel, PathfinderMob pMob, Vec3 pPos) protected booleanFollowTemptation.canStillUse(ServerLevel p_147494_, PathfinderMob p_147495_, long p_147496_) protected booleanPrepareRamNearestTarget.canStillUse(ServerLevel p_147773_, PathfinderMob p_147774_, long p_147775_) protected booleanTransportItemsBetweenContainers.canStillUse(ServerLevel p_435408_, PathfinderMob p_435654_, long p_433103_) protected booleanTransportItemsBetweenContainers.checkExtraStartConditions(ServerLevel p_443051_, PathfinderMob p_443527_) private voidPrepareRamNearestTarget.chooseRamPosition(PathfinderMob pPathfinder, LivingEntity pEntity) protected voidTransportItemsBetweenContainers.clearMemoriesAfterMatchingTargetFound(PathfinderMob pMob) private voidTransportItemsBetweenContainers.doReachedTargetInteraction(PathfinderMob pMob, Container pContainer, BiConsumer<PathfinderMob, Container> pPickupItem, BiConsumer<PathfinderMob, Container> pPickupNoItem, BiConsumer<PathfinderMob, Container> pPlaceItem, BiConsumer<PathfinderMob, Container> pPlaceNoItem) private voidTransportItemsBetweenContainers.enterCooldownAfterNoMatchingTargetFound(PathfinderMob pMob) private Vec3TransportItemsBetweenContainers.getCenterPos(PathfinderMob pMob) private intTransportItemsBetweenContainers.getHorizontalSearchDistance(PathfinderMob pMob) private static doubleTransportItemsBetweenContainers.getInteractionRange(PathfinderMob pMob) private Vec3TransportItemsBetweenContainers.getPositionToReachTargetFrom(Path pPath, PathfinderMob pMob) static Vec3BehaviorUtils.getRandomSwimmablePos(PathfinderMob pPathfinder, int pRadius, int pVerticalDistance) protected floatFollowTemptation.getSpeedModifier(PathfinderMob pPathfinder) private static Vec3RandomStroll.getTargetFlyPos(PathfinderMob pMob, int pMaxDistance, int pYRange) private AABBTransportItemsBetweenContainers.getTargetSearchArea(PathfinderMob pMob) private static Vec3RandomStroll.getTargetSwimPos(PathfinderMob pMob) FollowTemptation.getTemptingPlayer(PathfinderMob pPathfinder) TransportItemsBetweenContainers.getTransportTarget(ServerLevel pLevel, PathfinderMob pMob) TransportItemsBetweenContainers.getUnreachablePositions(PathfinderMob pMob) private intTransportItemsBetweenContainers.getVerticalSearchDistance(PathfinderMob pMob) TransportItemsBetweenContainers.getVisitedPositions(PathfinderMob pMob) private static booleanTransportItemsBetweenContainers.hasFinishedPath(PathfinderMob pMob) private static booleanTransportItemsBetweenContainers.hasItemMatchingHandItem(PathfinderMob pMob, Container pContainer) private booleanTransportItemsBetweenContainers.hasValidTarget(Level pLevel, PathfinderMob pMob) private booleanTransportItemsBetweenContainers.hasValidTravellingPath(Level pLevel, TransportItemsBetweenContainers.TransportItemTarget pTarget, PathfinderMob pMob) private static booleanTransportItemsBetweenContainers.isPickingUpItems(PathfinderMob pMob) TransportItemsBetweenContainers.isTargetValidToPick(PathfinderMob pMob, Level pLevel, BlockEntity pBlockEntity, Set<GlobalPos> pVisited, Set<GlobalPos> pUnreachable, AABB pSearchArea) private booleanPrepareRamNearestTarget.isWalkableBlock(PathfinderMob pPathfinder, BlockPos pPos) private booleanTransportItemsBetweenContainers.isWantedBlock(PathfinderMob pMob, BlockState pState) private booleanTransportItemsBetweenContainers.isWithinTargetDistance(double pDistance, TransportItemsBetweenContainers.TransportItemTarget pTarget, Level pLevel, PathfinderMob pMob, Vec3 pCenter) protected voidTransportItemsBetweenContainers.markVisitedBlockPosAsUnreachable(PathfinderMob pMob, Level pLevel, BlockPos pPos) private static booleanTransportItemsBetweenContainers.matchesLeavingItemsRequirement(PathfinderMob pMob, Container pContainer) private voidTransportItemsBetweenContainers.onQueuingForTarget(TransportItemsBetweenContainers.TransportItemTarget pTarget, Level pLevel, PathfinderMob pMob) protected voidTransportItemsBetweenContainers.onReachedTarget(TransportItemsBetweenContainers.TransportItemTarget pTarget, Level pLevel, PathfinderMob pMob) private voidTransportItemsBetweenContainers.onStartTravelling(PathfinderMob pMob) private voidTransportItemsBetweenContainers.onTargetInteraction(TransportItemsBetweenContainers.TransportItemTarget pTarget, PathfinderMob pMob) protected voidTransportItemsBetweenContainers.onTravelToTarget(TransportItemsBetweenContainers.TransportItemTarget pTarget, Level pLevel, PathfinderMob pMob) private voidTransportItemsBetweenContainers.pickUpItems(PathfinderMob pMob, Container pContainer) private voidTransportItemsBetweenContainers.putDownItem(PathfinderMob pMob, Container pContainer) private voidTransportItemsBetweenContainers.resumeTravelling(PathfinderMob pMob) private Vec3TransportItemsBetweenContainers.setMiddleYPosition(PathfinderMob pMob, Vec3 pPos) protected voidTransportItemsBetweenContainers.setVisitedBlockPos(PathfinderMob pMob, Level pLevel, BlockPos pPos) protected voidFollowTemptation.start(ServerLevel p_147505_, PathfinderMob p_147506_, long p_147507_) protected voidPrepareRamNearestTarget.start(ServerLevel p_147736_, PathfinderMob p_147737_, long p_147738_) protected voidTransportItemsBetweenContainers.start(ServerLevel p_451160_, PathfinderMob p_451431_, long p_451257_) private voidTransportItemsBetweenContainers.startOnReachedTargetInteraction(TransportItemsBetweenContainers.TransportItemTarget pTarget, PathfinderMob pMob) private voidTransportItemsBetweenContainers.startQueuing(PathfinderMob pMob) protected voidFollowTemptation.stop(ServerLevel p_147515_, PathfinderMob p_147516_, long p_147517_) protected voidTransportItemsBetweenContainers.stop(ServerLevel p_434127_, PathfinderMob p_435175_, long p_433064_) private voidTransportItemsBetweenContainers.stopInPlace(PathfinderMob pMob) protected voidTransportItemsBetweenContainers.stopTargetingCurrentTarget(PathfinderMob pMob) private booleanTransportItemsBetweenContainers.targetIsReachableFromPosition(Level pLevel, boolean pWithinDistance, Vec3 pTargetPos, TransportItemsBetweenContainers.TransportItemTarget pTarget, PathfinderMob pMob) protected voidFollowTemptation.tick(ServerLevel p_147523_, PathfinderMob p_147524_, long p_147525_) protected voidTransportItemsBetweenContainers.tick(ServerLevel p_434496_, PathfinderMob p_434166_, long p_434326_) private booleanTransportItemsBetweenContainers.updateInvalidTarget(ServerLevel pLevel, PathfinderMob pMob) private voidTransportItemsBetweenContainers.walkTowardsTarget(PathfinderMob pMob) Method parameters in net.minecraft.world.entity.ai.behavior with type arguments of type PathfinderMobModifier and TypeMethodDescriptionprivate voidTransportItemsBetweenContainers.doReachedTargetInteraction(PathfinderMob pMob, Container pContainer, BiConsumer<PathfinderMob, Container> pPickupItem, BiConsumer<PathfinderMob, Container> pPickupNoItem, BiConsumer<PathfinderMob, Container> pPlaceItem, BiConsumer<PathfinderMob, Container> pPlaceNoItem) private static OneShot<PathfinderMob> RandomStroll.strollFlyOrSwim(float pSpeedModifier, Function<PathfinderMob, Vec3> pTarget, Predicate<PathfinderMob> pCanStroll) private static OneShot<PathfinderMob> RandomStroll.strollFlyOrSwim(float pSpeedModifier, Function<PathfinderMob, Vec3> pTarget, Predicate<PathfinderMob> pCanStroll) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type PathfinderMobModifierConstructorDescriptionAnimalPanic(float pSpeedMultiplier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes) AnimalPanic(float pSpeedMultiplier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes, Function<E, Vec3> pPositionGetter) TransportItemsBetweenContainers(float pSpeedModifier, Predicate<BlockState> pSourceBlockType, Predicate<BlockState> pDestinationBlockType, int pHorizontalSearchDistance, int pVerticalSearchDistance, Map<TransportItemsBetweenContainers.ContainerInteractionState, TransportItemsBetweenContainers.OnTargetReachedInteraction> pOnTargetInteractionActions, Consumer<PathfinderMob> pOnStartTravelling, Predicate<TransportItemsBetweenContainers.TransportItemTarget> pShouldQueueForTarget) -
Uses of PathfinderMob in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as PathfinderMobModifier and TypeFieldDescriptionprotected final PathfinderMobAvoidEntityGoal.mobprivate final PathfinderMobBreathAirGoal.mobprotected final PathfinderMobFleeSunGoal.mobprivate final PathfinderMobFollowBoatGoal.mobprotected final PathfinderMobMeleeAttackGoal.mobprotected final PathfinderMobMoveThroughVillageGoal.mobprotected final PathfinderMobMoveToBlockGoal.mobprivate final PathfinderMobMoveTowardsRestrictionGoal.mobprivate final PathfinderMobMoveTowardsTargetGoal.mobprotected final PathfinderMobPanicGoal.mobprotected final PathfinderMobRandomStrollGoal.mobprivate final PathfinderMobRestrictSunGoal.mobprivate final PathfinderMobStrollThroughVillageGoal.mobprivate final PathfinderMobTryFindWaterGoal.mobFields in net.minecraft.world.entity.ai.goal with type parameters of type PathfinderMobModifier and TypeFieldDescriptionprivate final Function<PathfinderMob, TagKey<DamageType>> PanicGoal.panicCausingDamageTypesMethods in net.minecraft.world.entity.ai.goal with parameters of type PathfinderMobModifier and TypeMethodDescriptionprotected intCatLieOnBedGoal.nextStartTick(PathfinderMob pCreature) protected intMoveToBlockGoal.nextStartTick(PathfinderMob pCreature) Constructors in net.minecraft.world.entity.ai.goal with parameters of type PathfinderMobModifierConstructorDescriptionAvoidEntityGoal(PathfinderMob pMob, Class<T> pAvoidClass, float pMaxDistance, double pWalkSpeedModifier, double pSprintSpeedModifier) AvoidEntityGoal(PathfinderMob pMob, Class<T> pAvoidClass, float pMaxDistance, double pWalkSpeedModifier, double pSprintSpeedModifier, Predicate<LivingEntity> pPredicateOnAvoidEntity) AvoidEntityGoal(PathfinderMob pMob, Class<T> pAvoidClass, Predicate<LivingEntity> pAvoidPredicate, float pMaxDistance, double pWalkSpeedModifier, double pSprintSpeedModifier, Predicate<LivingEntity> pPredicateOnAvoidEntity) Goal that helps mobs avoid mobs of a specific classBreathAirGoal(PathfinderMob pMob) FleeSunGoal(PathfinderMob pMob, double pSpeedModifier) FollowBoatGoal(PathfinderMob pMob) GolemRandomStrollInVillageGoal(PathfinderMob p_25398_, double p_25399_) MeleeAttackGoal(PathfinderMob pMob, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen) MoveBackToVillageGoal(PathfinderMob pMob, double pSpeedModifier, boolean pCheckNoActionTime) MoveThroughVillageGoal(PathfinderMob pMob, double pSpeedModifier, boolean pOnlyAtNight, int pDistanceToPoi, BooleanSupplier pCanDealWithDoors) MoveToBlockGoal(PathfinderMob pMob, double pSpeedModifier, int pSearchRange) MoveToBlockGoal(PathfinderMob pMob, double pSpeedModifier, int pSearchRange, int pVerticalSearchRange) MoveTowardsRestrictionGoal(PathfinderMob pMob, double pSpeedModifier) MoveTowardsTargetGoal(PathfinderMob pMob, double pSpeedModifier, float pWithin) PanicGoal(PathfinderMob pMob, double pSpeedModifier) PanicGoal(PathfinderMob pMob, double pSpeedModifier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes) PanicGoal(PathfinderMob pMob, double pSpeedModifier, TagKey<DamageType> pPanicCausingDamageTypes) RandomStrollGoal(PathfinderMob pMob, double pSpeedModifier) RandomStrollGoal(PathfinderMob pMob, double pSpeedModifier, int pInterval) RandomStrollGoal(PathfinderMob pMob, double pSpeedModifier, int pInterval, boolean pCheckNoActionTime) RandomSwimmingGoal(PathfinderMob p_25753_, double p_25754_, int p_25755_) RemoveBlockGoal(Block pBlockToRemove, PathfinderMob pRemoverMob, double pSpeedModifier, int pSearchRange) RestrictSunGoal(PathfinderMob pMob) StrollThroughVillageGoal(PathfinderMob pMob, int pInterval) TemptGoal(PathfinderMob pMob, double pSpeedModifier, Predicate<ItemStack> pItems, boolean pCanScare) TemptGoal(PathfinderMob pMob, double pSpeedModifier, Predicate<ItemStack> pItems, boolean pCanScare, double pStopDistance) WaterAvoidingRandomFlyingGoal(PathfinderMob p_25981_, double p_25982_) WaterAvoidingRandomStrollGoal(PathfinderMob p_25987_, double p_25988_) WaterAvoidingRandomStrollGoal(PathfinderMob pMob, double pSpeedModifier, float pProbability) Constructor parameters in net.minecraft.world.entity.ai.goal with type arguments of type PathfinderMobModifierConstructorDescriptionPanicGoal(PathfinderMob pMob, double pSpeedModifier, Function<PathfinderMob, TagKey<DamageType>> pPanicCausingDamageTypes) -
Uses of PathfinderMob in net.minecraft.world.entity.ai.goal.target
Constructors in net.minecraft.world.entity.ai.goal.target with parameters of type PathfinderMob -
Uses of PathfinderMob in net.minecraft.world.entity.ai.sensing
Methods in net.minecraft.world.entity.ai.sensing with parameters of type PathfinderMobModifier and TypeMethodDescriptionprotected voidTemptingSensor.doTick(ServerLevel p_148331_, PathfinderMob p_148332_) -
Uses of PathfinderMob in net.minecraft.world.entity.ai.util
Methods in net.minecraft.world.entity.ai.util with parameters of type PathfinderMobModifier and TypeMethodDescriptionstatic BlockPosAirAndWaterRandomPos.generateRandomPos(PathfinderMob pMob, int pMaxDistance, int pYRange, int pY, double pX, double pZ, double pAmplifier, boolean pShortCircuit) static Vec3RandomPos.generateRandomPos(PathfinderMob pMob, Supplier<BlockPos> pPosSupplier) private static BlockPosDefaultRandomPos.generateRandomPosTowardDirection(PathfinderMob pMob, int pRadius, boolean pShortCircuit, BlockPos pPos) static BlockPosLandRandomPos.generateRandomPosTowardDirection(PathfinderMob pMob, int pRadius, boolean pShortCircuit, BlockPos pPos) static BlockPosRandomPos.generateRandomPosTowardDirection(PathfinderMob pMob, int pRange, RandomSource pRandom, BlockPos pPos) static Vec3AirAndWaterRandomPos.getPos(PathfinderMob pMob, int pMaxDistance, int pYRange, int pY, double pX, double pZ, double pAmplifier) static Vec3DefaultRandomPos.getPos(PathfinderMob pMob, int pRadius, int pVerticalDistance) static Vec3HoverRandomPos.getPos(PathfinderMob pMob, int pRadius, int pYRange, double pX, double pZ, float pAmplifier, int pMaxSwimUp, int pMinSwimUp) Tries to generate a random position a couple different ways, and if failing, sees if swimming vertically is an option.static Vec3LandRandomPos.getPos(PathfinderMob pMob, int pRadius, int pVerticalRange) static Vec3LandRandomPos.getPos(PathfinderMob pMob, int pRadius, int pYRange, ToDoubleFunction<BlockPos> pToDoubleFunction) static Vec3DefaultRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) static Vec3LandRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) private static Vec3LandRandomPos.getPosInDirection(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, boolean pShortCircuit) static Vec3AirRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, int pY, Vec3 pVectorPosition, double pAmplifier) static Vec3DefaultRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, double pAmplifier) static Vec3LandRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) static booleanGoalUtils.hasMalus(PathfinderMob pMob, BlockPos pPos) static booleanGoalUtils.isOutsideLimits(BlockPos pPos, PathfinderMob pMob) static booleanGoalUtils.isRestricted(boolean pShortCircuit, PathfinderMob pMob, BlockPos pPos) static booleanGoalUtils.isSolid(PathfinderMob pMob, BlockPos pPos) static booleanGoalUtils.isWater(PathfinderMob pMob, BlockPos pPos) static booleanGoalUtils.mobRestricted(PathfinderMob pMob, int pRadius) static BlockPosLandRandomPos.movePosUpOutOfSolid(PathfinderMob pMob, BlockPos pPos) -
Uses of PathfinderMob in net.minecraft.world.entity.animal
Subclasses of PathfinderMob in net.minecraft.world.entity.animalModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructors in net.minecraft.world.entity.animal with parameters of type PathfinderMobModifierConstructorDescription(package private)BeeAttackGoal(PathfinderMob pMob, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen) ParrotWanderGoal(PathfinderMob p_186224_, double p_186225_) -
Uses of PathfinderMob in net.minecraft.world.entity.animal.allay
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.allay -
Uses of PathfinderMob in net.minecraft.world.entity.animal.armadillo
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.armadillo -
Uses of PathfinderMob in net.minecraft.world.entity.animal.axolotl
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.axolotl -
Uses of PathfinderMob in net.minecraft.world.entity.animal.camel
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.camel -
Uses of PathfinderMob in net.minecraft.world.entity.animal.coppergolem
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.coppergolemMethods in net.minecraft.world.entity.animal.coppergolem that return types with arguments of type PathfinderMobModifier and TypeMethodDescriptionprivate static Consumer<PathfinderMob> CopperGolemAi.onTravelling() -
Uses of PathfinderMob in net.minecraft.world.entity.animal.frog
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.frog -
Uses of PathfinderMob in net.minecraft.world.entity.animal.goat
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.goat -
Uses of PathfinderMob in net.minecraft.world.entity.animal.horse
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.horseModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of PathfinderMob in net.minecraft.world.entity.animal.sheep
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.sheep -
Uses of PathfinderMob in net.minecraft.world.entity.animal.sniffer
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.sniffer -
Uses of PathfinderMob in net.minecraft.world.entity.animal.wolf
Subclasses of PathfinderMob in net.minecraft.world.entity.animal.wolf -
Uses of PathfinderMob in net.minecraft.world.entity.boss.wither
Subclasses of PathfinderMob in net.minecraft.world.entity.boss.wither -
Uses of PathfinderMob in net.minecraft.world.entity.monster
Subclasses of PathfinderMob in net.minecraft.world.entity.monsterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.entity.monster declared as PathfinderMobConstructors in net.minecraft.world.entity.monster with parameters of type PathfinderMobModifierConstructorDescriptionDrownedGoToWaterGoal(PathfinderMob pMob, double pSpeedModifier) (package private)ZombieAttackTurtleEggGoal(PathfinderMob pMob, double pSpeedModifier, int pVerticalSearchRange) -
Uses of PathfinderMob in net.minecraft.world.entity.monster.breeze
Subclasses of PathfinderMob in net.minecraft.world.entity.monster.breeze -
Uses of PathfinderMob in net.minecraft.world.entity.monster.creaking
Subclasses of PathfinderMob in net.minecraft.world.entity.monster.creaking -
Uses of PathfinderMob in net.minecraft.world.entity.monster.hoglin
Subclasses of PathfinderMob in net.minecraft.world.entity.monster.hoglin -
Uses of PathfinderMob in net.minecraft.world.entity.monster.piglin
Subclasses of PathfinderMob in net.minecraft.world.entity.monster.piglinMethods in net.minecraft.world.entity.monster.piglin that return types with arguments of type PathfinderMobModifier and TypeMethodDescriptionprivate static BehaviorControl<PathfinderMob> PiglinAi.avoidRepellent() -
Uses of PathfinderMob in net.minecraft.world.entity.monster.warden
Subclasses of PathfinderMob in net.minecraft.world.entity.monster.warden -
Uses of PathfinderMob in net.minecraft.world.entity.npc
Subclasses of PathfinderMob in net.minecraft.world.entity.npc -
Uses of PathfinderMob in net.minecraft.world.entity.raid
Subclasses of PathfinderMob in net.minecraft.world.entity.raid