Uses of Class
net.minecraft.entity.raid.RaiderEntity
| Package | Description |
|---|---|
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.raid | |
| net.minecraft.village.raid |
-
Uses of RaiderEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type RaiderEntity Modifier and Type Class Description classMoveToRaidCenterGoal<T extends RaiderEntity>Fields in net.minecraft.entity.ai.goal declared as RaiderEntity Modifier and Type Field Description private TMoveToRaidCenterGoal. actorConstructors in net.minecraft.entity.ai.goal with parameters of type RaiderEntity Constructor Description DisableableFollowTargetGoal(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable Predicate<LivingEntity> targetPredicate)RaidGoal(RaiderEntity raider, Class<T> targetEntityClass, boolean checkVisibility, @Nullable Predicate<LivingEntity> targetPredicate) -
Uses of RaiderEntity in net.minecraft.entity.mob
Subclasses of RaiderEntity in net.minecraft.entity.mob Modifier and Type Class Description classEvokerEntityclassIllagerEntityclassIllusionerEntityclassPillagerEntityclassRavagerEntityclassSpellcastingIllagerEntityclassVindicatorEntityclassWitchEntityFields in net.minecraft.entity.mob with type parameters of type RaiderEntity Modifier and Type Field Description private RaidGoal<RaiderEntity>WitchEntity. raidGoalConstructors in net.minecraft.entity.mob with parameters of type RaiderEntity Constructor Description LongDoorInteractGoal(RaiderEntity raider) -
Uses of RaiderEntity in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid with type parameters of type RaiderEntity Modifier and Type Class Description classRaiderEntity.PickupBannerAsLeaderGoal<T extends RaiderEntity>Fields in net.minecraft.entity.raid declared as RaiderEntity Modifier and Type Field Description private TRaiderEntity.PickupBannerAsLeaderGoal. actorprivate RaiderEntityRaiderEntity.AttackHomeGoal. raiderprivate RaiderEntityRaiderEntity.CelebrateGoal. raiderprivate RaiderEntityRaiderEntity.PatrolApproachGoal. raiderConstructors in net.minecraft.entity.raid with parameters of type RaiderEntity Constructor Description AttackHomeGoal(RaiderEntity raider, double speed, int distance)CelebrateGoal(RaiderEntity raider)Constructor parameters in net.minecraft.entity.raid with type arguments of type RaiderEntity Constructor Description RaiderEntity(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 RaiderEntity Modifier and Type Field Description private EntityType<? extends RaiderEntity>Raid.Member. typeprivate Map<Integer,RaiderEntity>Raid. waveToCaptainprivate Map<Integer,Set<RaiderEntity>>Raid. waveToRaidersMethods in net.minecraft.village.raid that return RaiderEntity Modifier and Type Method Description @Nullable RaiderEntityRaid. getCaptain(int wave)Methods in net.minecraft.village.raid that return types with arguments of type RaiderEntity Modifier and Type Method Description Set<RaiderEntity>Raid. getAllRaiders()Methods in net.minecraft.village.raid with parameters of type RaiderEntity Modifier and Type Method Description voidRaid. addRaider(int wave, RaiderEntity raider, @Nullable BlockPos pos, boolean existing)private booleanRaid. addToWave(int wave, RaiderEntity entity)booleanRaid. addToWave(int wave, RaiderEntity entity, boolean countHealth)static booleanRaidManager. isValidRaiderFor(RaiderEntity raider, Raid raid)voidRaid. removeFromWave(RaiderEntity entity, boolean countHealth)voidRaid. setWaveCaptain(int wave, RaiderEntity entity)Constructor parameters in net.minecraft.village.raid with type arguments of type RaiderEntity Constructor Description Member(EntityType<? extends RaiderEntity> type, int[] countInWave)