Uses of Class
net.minecraft.world.raid.Raid
Packages that use Raid
Package
Description
-
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
MoveTowardsRaidGoal.recruitNearby
(Raid p_220743_1_) -
Uses of Raid in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as RaidMethods in net.minecraft.entity.monster that return RaidMethods in net.minecraft.entity.monster with parameters of type Raid -
Uses of Raid in net.minecraft.network
Method parameters in net.minecraft.network with type arguments of type RaidModifier and TypeMethodDescriptionstatic void
DebugPacketSender.sendRaids
(ServerWorld p_222946_0_, Collection<Raid> p_222946_1_) -
Uses of Raid in net.minecraft.world.raid
Fields in net.minecraft.world.raid with type parameters of type RaidMethods in net.minecraft.world.raid that return RaidModifier and TypeMethodDescriptionRaidManager.createOrExtendRaid
(ServerPlayerEntity p_215170_1_) RaidManager.get
(int p_215167_1_) RaidManager.getNearbyRaid
(BlockPos p_215174_1_, int p_215174_2_) private Raid
RaidManager.getOrCreateRaid
(ServerWorld p_215168_1_, BlockPos p_215168_2_) Methods in net.minecraft.world.raid with parameters of type RaidModifier and TypeMethodDescriptionstatic boolean
RaidManager.canJoinRaid
(AbstractRaiderEntity p_215165_0_, Raid p_215165_1_) -
Uses of Raid in net.minecraft.world.server
Methods in net.minecraft.world.server that return Raid