Uses of Class
net.minecraft.entity.raid.RaiderEntity
Packages that use RaiderEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of RaiderEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type RaiderEntityFields in net.minecraft.entity.ai.goal declared as RaiderEntityConstructors in net.minecraft.entity.ai.goal with parameters of type RaiderEntityModifierConstructorDescriptionDisableableFollowTargetGoal(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, TargetPredicate.EntityPredicate targetPredicate) RaidGoal(RaiderEntity raider, Class<T> targetEntityClass, boolean checkVisibility, TargetPredicate.EntityPredicate targetPredicate) -
Uses of RaiderEntity in net.minecraft.entity.mob
Subclasses of RaiderEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob with type parameters of type RaiderEntityConstructors in net.minecraft.entity.mob with parameters of type RaiderEntity -
Uses of RaiderEntity in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid with type parameters of type RaiderEntityModifier and TypeClassDescriptionclassFields in net.minecraft.entity.raid declared as RaiderEntityModifier and TypeFieldDescriptionprivate final TRaiderEntity.PickUpBannerAsLeaderGoal.actorprivate final RaiderEntityRaiderEntity.AttackHomeGoal.raiderprivate final RaiderEntityRaiderEntity.CelebrateGoal.raiderprivate final RaiderEntityRaiderEntity.PatrolApproachGoal.raiderConstructors in net.minecraft.entity.raid with parameters of type RaiderEntityModifierConstructorDescriptionAttackHomeGoal(RaiderEntity raider, double speed, int distance) (package private)CelebrateGoal(RaiderEntity raider) Constructor parameters in net.minecraft.entity.raid with type arguments of type RaiderEntityModifierConstructorDescriptionprotectedRaiderEntity(EntityType<? extends RaiderEntity> type, World world) -
Uses of RaiderEntity in net.minecraft.village.raid
Fields in net.minecraft.village.raid with type parameters of type RaiderEntityModifier and TypeFieldDescription(package private) final EntityType<? extends RaiderEntity> Raid.Member.typeprivate final Map<Integer, RaiderEntity> Raid.waveToCaptainprivate final Map<Integer, Set<RaiderEntity>> Raid.waveToRaidersMethods in net.minecraft.village.raid that return RaiderEntityMethods in net.minecraft.village.raid that return types with arguments of type RaiderEntityMethods in net.minecraft.village.raid with parameters of type RaiderEntityModifier and TypeMethodDescriptionvoidRaid.addRaider(ServerWorld world, int wave, RaiderEntity raider, @Nullable BlockPos pos, boolean existing) private booleanRaid.addToWave(ServerWorld world, int wave, RaiderEntity raider) booleanRaid.addToWave(ServerWorld world, int wave, RaiderEntity raider, boolean countHealth) static booleanRaidManager.isValidRaiderFor(RaiderEntity raider) voidRaid.removeFromWave(ServerWorld world, RaiderEntity raider, boolean countHealth) voidRaid.setWaveCaptain(int wave, RaiderEntity entity) Constructor parameters in net.minecraft.village.raid with type arguments of type RaiderEntityModifierConstructorDescriptionprivateMember(EntityType<? extends RaiderEntity> type, int[] countInWave)