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 p_26076_, Class<T> p_26077_, int p_26078_, boolean p_26079_, boolean p_26080_, Predicate<LivingEntity> p_26081_) NearestHealableRaiderTargetGoal(Raider p_26087_, Class<T> p_26088_, boolean p_26089_, Predicate<LivingEntity> p_26090_) -
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.entityTypeRaid.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 p_37753_, Raider p_37754_) booleanRaid.addWaveMob(int p_37719_, Raider p_37720_, boolean p_37721_) static booleanRaids.canJoinRaid(Raider p_37966_, Raid p_37967_) voidvoidRaid.removeFromRaid(Raider p_37741_, boolean p_37742_) voidMethod parameters in net.minecraft.world.entity.raid with type arguments of type RaiderModifier and TypeMethodDescriptionstatic Raid.RaiderTypeRaid.RaiderType.create(String name, EntityType<? extends Raider> typeIn, int[] waveCountsIn) The waveCountsIn integer decides how many entities of the EntityType defined in typeIn will spawn in each wave.Constructors in net.minecraft.world.entity.raid with parameters of type RaiderModifierConstructorDescription(package private)RaiderCelebration(Raider p_37924_) RaiderMoveThroughVillageGoal(Raider p_37936_, double p_37937_, int p_37938_) Constructor parameters in net.minecraft.world.entity.raid with type arguments of type RaiderModifierConstructorDescriptionprotectedRaider(EntityType<? extends Raider> p_37839_, Level p_37840_) privateRaiderType(EntityType<? extends Raider> p_37821_, int[] p_37822_)