Uses of Class
net.minecraft.world.entity.raid.Raider
Package
Description
-
Uses of Raider in net.minecraft.world.entity.ai.goal
-
Uses of Raider in net.minecraft.world.entity.ai.goal.target
ModifierConstructorDescriptionNearestAttackableWitchTargetGoal(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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate NearestHealableRaiderTargetGoal<Raider>
Witch.healRaidersGoal
-
Uses of Raider in net.minecraft.world.entity.raid
Modifier and TypeFieldDescriptionprivate Raider
Raider.HoldGroundAttackGoal.mob
private T
Raider.ObtainRaidLeaderBannerGoal.mob
private Raider
Raider.RaiderCelebration.mob
private Raider
Raider.RaiderMoveThroughVillageGoal.raider
Modifier and TypeFieldDescription(package private) EntityType<? extends Raider>
Raid.RaiderType.entityType
Raid.groupRaiderMap
Raid.groupToLeaderMap
Modifier and TypeMethodDescriptionprivate boolean
Raid.addWaveMob(int p_37753_, Raider p_37754_)
boolean
Raid.addWaveMob(int p_37719_, Raider p_37720_, boolean p_37721_)
static boolean
Raids.canJoinRaid(Raider p_37966_, Raid p_37967_)
void
void
Raid.removeFromRaid(Raider p_37741_, boolean p_37742_)
void
Modifier and TypeMethodDescriptionstatic Raid.RaiderType
Raid.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.ModifierConstructorDescription(package private)
RaiderCelebration(Raider p_37924_)
RaiderMoveThroughVillageGoal(Raider p_37936_, double p_37937_, int p_37938_)
ModifierConstructorDescriptionprotected
Raider(EntityType<? extends Raider> p_37839_, Level p_37840_)
private
RaiderType(EntityType<? extends Raider> p_37821_, int[] p_37822_)