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 pMob, Class<T> pTargetType, int pRandomInterval, boolean pMustSee, boolean pMustReach, Predicate<LivingEntity> pTargetPredicate) NearestHealableRaiderTargetGoal
(Raider pMob, Class<T> pTargetType, boolean pMustSee, Predicate<LivingEntity> pTargetPredicate) -
Uses of Raider in net.minecraft.world.entity.monster
Subclasses of Raider in net.minecraft.world.entity.monsterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Fields in net.minecraft.world.entity.monster with type parameters of type RaiderModifier and TypeFieldDescriptionprivate NearestHealableRaiderTargetGoal
<Raider> Witch.healRaidersGoal
Constructors 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 Raider
Raider.HoldGroundAttackGoal.mob
private final T
Raider.ObtainRaidLeaderBannerGoal.mob
private final Raider
Raider.RaiderCelebration.mob
private final Raider
Raider.RaiderMoveThroughVillageGoal.raider
Fields in net.minecraft.world.entity.raid with type parameters of type RaiderModifier and TypeFieldDescription(package private) final EntityType
<? extends Raider> Raid.RaiderType.entityType
Deprecated.(package private) final Supplier
<EntityType<? extends Raider>> Raid.RaiderType.entityTypeSupplier
Raid.groupRaiderMap
Raid.groupToLeaderMap
Methods 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 boolean
Raid.addWaveMob
(int pWave, Raider pRaider) boolean
Raid.addWaveMob
(int pWave, Raider pRaider, boolean pIsRecruited) static boolean
Raids.canJoinRaid
(Raider pRaider, Raid pRaid) void
void
Raid.removeFromRaid
(Raider pRaider, boolean pWanderedOutOfRaid) void
Constructors 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 RaiderModifierConstructorDescriptionprotected
Raider
(EntityType<? extends Raider> pEntityType, Level pLevel) private
RaiderType
(Supplier<EntityType<? extends Raider>> entityTypeSupplier, int[] spawnsPerWave) private
RaiderType
(EntityType<? extends Raider> pEntityType, int[] pSpawnsPerWaveBeforeBonus)