Uses of Class
net.minecraft.world.entity.raid.Raid
Package
Description
-
Uses of Raid in net.minecraft.network.protocol.game
Modifier and TypeMethodDescriptionstatic void
DebugPackets.sendRaids
(ServerLevel p_133689_, Collection<Raid> p_133690_) -
Uses of Raid in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static Raid
RaidCommand.getRaid
(ServerPlayer p_180467_) -
Uses of Raid in net.minecraft.server.level
-
Uses of Raid in net.minecraft.world.entity.ai.behavior
-
Uses of Raid in net.minecraft.world.entity.ai.goal
-
Uses of Raid in net.minecraft.world.entity.raid
Modifier and TypeMethodDescriptionRaids.createOrExtendRaid
(ServerPlayer p_37964_) Raids.get
(int p_37959_) Raider.getCurrentRaid()
Raids.getNearbyRaid
(BlockPos p_37971_, int p_37972_) private Raid
Raids.getOrCreateRaid
(ServerLevel p_37961_, BlockPos p_37962_) Modifier and TypeMethodDescriptionstatic boolean
Raids.canJoinRaid
(Raider p_37966_, Raid p_37967_) void
Raider.setCurrentRaid
(Raid p_37852_)