Uses of Class
net.minecraft.village.raid.Raid
Packages that use Raid
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of Raid in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Raid -
Uses of Raid in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal with parameters of type RaidModifier and TypeMethodDescriptionprivate void
MoveToRaidCenterGoal.includeFreeRaiders
(Raid raid) -
Uses of Raid in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid declared as RaidMethods in net.minecraft.entity.raid that return RaidMethods in net.minecraft.entity.raid with parameters of type Raid -
Uses of Raid in net.minecraft.server.command
Methods in net.minecraft.server.command that return RaidModifier and TypeMethodDescriptionprivate static @Nullable Raid
RaidCommand.getRaid
(ServerPlayerEntity player) -
Uses of Raid in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type RaidModifier and TypeMethodDescriptionstatic void
DebugInfoSender.sendRaids
(ServerWorld server, Collection<Raid> raids) -
Uses of Raid in net.minecraft.server.world
Methods in net.minecraft.server.world that return Raid -
Uses of Raid in net.minecraft.village.raid
Fields in net.minecraft.village.raid with type parameters of type RaidMethods in net.minecraft.village.raid that return RaidModifier and TypeMethodDescriptionprivate Raid
RaidManager.getOrCreateRaid
(ServerWorld world, BlockPos pos) RaidManager.getRaid
(int id) @Nullable Raid
@Nullable Raid
RaidManager.startRaid
(ServerPlayerEntity player) Methods in net.minecraft.village.raid with parameters of type RaidModifier and TypeMethodDescriptionstatic boolean
RaidManager.isValidRaiderFor
(RaiderEntity raider, Raid raid)