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 pRaider, Class<T> pTargetType, int pInterval, boolean pMustSee, boolean pMustReach, TargetingConditions.Selector pSelector) NearestHealableRaiderTargetGoal(Raider pRaider, Class<T> pTargetType, boolean pMustSee, TargetingConditions.Selector pSelector) -
Uses of Raider in net.minecraft.world.entity.monster
Subclasses of Raider in net.minecraft.world.entity.monsterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in net.minecraft.world.entity.monster with type parameters of type RaiderModifier and TypeFieldDescriptionprivate NearestHealableRaiderTargetGoal<Raider> Witch.healRaidersGoalConstructors in net.minecraft.world.entity.monster 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 TypeFieldDescription(package private) 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(int pWave, Raider pRaider) booleanRaid.addWaveMob(int pWave, Raider pRaider, boolean pIsRecruited) static booleanRaids.canJoinRaid(Raider pRaider, Raid pRaid) voidvoidRaid.removeFromRaid(Raider pRaider, boolean pWanderedOutOfRaid) voidConstructors in net.minecraft.world.entity.raid with parameters of type RaiderModifierConstructorDescription(package private)RaiderCelebration(Raider pMob) RaiderMoveThroughVillageGoal(Raider pRaider, double pSpeedModifier, int pDistanceToPoi) Constructor parameters in net.minecraft.world.entity.raid with type arguments of type RaiderModifierConstructorDescriptionprotectedRaider(EntityType<? extends Raider> p_37839_, Level p_37840_) privateRaiderType(Supplier<EntityType<? extends Raider>> entityTypeSupplier, int[] spawnsPerWave) privateRaiderType(EntityType<? extends Raider> pEntityType, int[] pSpawnsPerWaveBeforeBonus)