Uses of Class
net.minecraft.entity.raid.RaiderEntity
Packages that use RaiderEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of RaiderEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type RaiderEntityFields in net.minecraft.entity.ai.goal declared as RaiderEntityConstructors in net.minecraft.entity.ai.goal with parameters of type RaiderEntityModifierConstructorDescriptionDisableableFollowTargetGoal
(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable Predicate<LivingEntity> targetPredicate) RaidGoal
(RaiderEntity raider, Class<T> targetEntityClass, boolean checkVisibility, @Nullable Predicate<LivingEntity> targetPredicate) -
Uses of RaiderEntity in net.minecraft.entity.mob
Subclasses of RaiderEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Fields in net.minecraft.entity.mob with type parameters of type RaiderEntityConstructors in net.minecraft.entity.mob with parameters of type RaiderEntity -
Uses of RaiderEntity in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid with type parameters of type RaiderEntityModifier and TypeClassDescriptionclass
Fields in net.minecraft.entity.raid declared as RaiderEntityModifier and TypeFieldDescriptionprivate final T
RaiderEntity.PickupBannerAsLeaderGoal.actor
private final RaiderEntity
RaiderEntity.AttackHomeGoal.raider
private final RaiderEntity
RaiderEntity.CelebrateGoal.raider
private final RaiderEntity
RaiderEntity.PatrolApproachGoal.raider
Constructors in net.minecraft.entity.raid with parameters of type RaiderEntityModifierConstructorDescriptionAttackHomeGoal
(RaiderEntity raider, double speed, int distance) (package private)
CelebrateGoal
(RaiderEntity raider) Constructor parameters in net.minecraft.entity.raid with type arguments of type RaiderEntityModifierConstructorDescriptionprotected
RaiderEntity
(EntityType<? extends RaiderEntity> type, World world) -
Uses of RaiderEntity in net.minecraft.village.raid
Fields in net.minecraft.village.raid with type parameters of type RaiderEntityModifier and TypeFieldDescription(package private) final EntityType
<? extends RaiderEntity> Raid.Member.type
private final Map
<Integer, RaiderEntity> Raid.waveToCaptain
private final Map
<Integer, Set<RaiderEntity>> Raid.waveToRaiders
Methods in net.minecraft.village.raid that return RaiderEntityMethods in net.minecraft.village.raid that return types with arguments of type RaiderEntityMethods in net.minecraft.village.raid with parameters of type RaiderEntityModifier and TypeMethodDescriptionvoid
Raid.addRaider
(int wave, RaiderEntity raider, @Nullable BlockPos pos, boolean existing) private boolean
Raid.addToWave
(int wave, RaiderEntity entity) boolean
Raid.addToWave
(int wave, RaiderEntity entity, boolean countHealth) static boolean
RaidManager.isValidRaiderFor
(RaiderEntity raider, Raid raid) void
Raid.removeFromWave
(RaiderEntity entity, boolean countHealth) void
Raid.setWaveCaptain
(int wave, RaiderEntity entity) Constructor parameters in net.minecraft.village.raid with type arguments of type RaiderEntityModifierConstructorDescriptionprivate
Member
(EntityType<? extends RaiderEntity> type, int[] countInWave)