Uses of Class
net.minecraft.world.entity.raid.Raider
Packages that use Raider
Package
Description
-
Uses of Raider in net.minecraft.world.entity.ai.goal
Classes in net.minecraft.world.entity.ai.goal with type parameters of type RaiderFields in net.minecraft.world.entity.ai.goal declared as Raider -
Uses of Raider in net.minecraft.world.entity.ai.goal.target
Constructors in net.minecraft.world.entity.ai.goal.target with parameters of type RaiderModifierConstructorDescriptionNearestAttackableWitchTargetGoal(Raider raider, Class<T> targetType, int randomInterval, boolean mustSee, boolean mustReach, @Nullable TargetingConditions.Selector subselector) NearestHealableRaiderTargetGoal(Raider raider, Class<T> targetType, boolean mustSee, @Nullable TargetingConditions.Selector subselector) -
Uses of Raider in net.minecraft.world.entity.monster
Subclasses of Raider in net.minecraft.world.entity.monsterFields in net.minecraft.world.entity.monster with type parameters of type RaiderModifier and TypeFieldDescriptionprivate NearestHealableRaiderTargetGoal<Raider> Witch.healRaidersGoal -
Uses of Raider in net.minecraft.world.entity.monster.illager
Subclasses of Raider in net.minecraft.world.entity.monster.illagerModifier and TypeClassDescriptionclassclassclassclassclassclassConstructors in net.minecraft.world.entity.monster.illager with parameters of type Raider -
Uses of Raider in net.minecraft.world.entity.raid
Classes in net.minecraft.world.entity.raid with type parameters of type RaiderFields in net.minecraft.world.entity.raid declared as RaiderModifier and TypeFieldDescriptionprivate final RaiderRaider.HoldGroundAttackGoal.mobprivate final TRaider.ObtainRaidLeaderBannerGoal.mobprivate final RaiderRaider.RaiderCelebration.mobprivate final RaiderRaider.RaiderMoveThroughVillageGoal.raiderFields in net.minecraft.world.entity.raid with type parameters of type RaiderModifier and TypeFieldDescriptionprivate final EntityType<? extends Raider> Raid.RaiderType.entityTypeDeprecated.(package private) final Supplier<EntityType<? extends Raider>> Raid.RaiderType.entityTypeSupplierRaid.groupRaiderMapRaid.groupToLeaderMapMethods in net.minecraft.world.entity.raid that return RaiderMethods in net.minecraft.world.entity.raid that return types with arguments of type RaiderMethods in net.minecraft.world.entity.raid with parameters of type RaiderModifier and TypeMethodDescriptionprivate booleanRaid.addWaveMob(ServerLevel level, int wave, Raider raider) booleanRaid.addWaveMob(ServerLevel level, int wave, Raider raider, boolean updateHealth) static booleanRaids.canJoinRaid(Raider raider) voidRaid.joinRaid(ServerLevel level, int groupNumber, Raider raider, @Nullable BlockPos pos, boolean exists) voidRaid.removeFromRaid(ServerLevel level, Raider raider, boolean removeFromTotalHealth) voidConstructors in net.minecraft.world.entity.raid with parameters of type RaiderModifierConstructorDescription(package private)RaiderCelebration(Raider mob) RaiderMoveThroughVillageGoal(Raider mob, double speedModifier, int distanceToPoi) Constructor parameters in net.minecraft.world.entity.raid with type arguments of type RaiderModifierConstructorDescriptionprotectedRaider(EntityType<? extends Raider> type, Level level) privateRaiderType(Supplier<EntityType<? extends Raider>> entityTypeSupplier, int[] spawnsPerWave) privateRaiderType(EntityType<? extends Raider> entityType, int[] spawnsPerWaveBeforeBonus)