Uses of Class
net.minecraft.world.entity.raid.Raid
Packages that use Raid
Package
Description
- 
Uses of Raid in net.minecraft.network.protocol.gameMethod parameters in net.minecraft.network.protocol.game with type arguments of type RaidModifier and TypeMethodDescriptionstatic voidDebugPackets.sendRaids(ServerLevel p_133689_, Collection<Raid> p_133690_) 
- 
Uses of Raid in net.minecraft.server.commandsMethods in net.minecraft.server.commands that return RaidModifier and TypeMethodDescriptionprivate static RaidRaidCommand.getRaid(ServerPlayer p_180467_) 
- 
Uses of Raid in net.minecraft.server.levelMethods in net.minecraft.server.level that return Raid
- 
Uses of Raid in net.minecraft.world.entity.ai.behaviorFields in net.minecraft.world.entity.ai.behavior declared as Raid
- 
Uses of Raid in net.minecraft.world.entity.ai.goalMethods in net.minecraft.world.entity.ai.goal with parameters of type Raid
- 
Uses of Raid in net.minecraft.world.entity.raidFields in net.minecraft.world.entity.raid declared as RaidFields in net.minecraft.world.entity.raid with type parameters of type RaidMethods in net.minecraft.world.entity.raid that return RaidModifier and TypeMethodDescriptionRaids.createOrExtendRaid(ServerPlayer p_37964_) Raids.get(int p_37959_) Raider.getCurrentRaid()Raids.getNearbyRaid(BlockPos p_37971_, int p_37972_) private RaidRaids.getOrCreateRaid(ServerLevel p_37961_, BlockPos p_37962_) Methods in net.minecraft.world.entity.raid with parameters of type RaidModifier and TypeMethodDescriptionstatic booleanRaids.canJoinRaid(Raider p_37966_, Raid p_37967_) voidRaider.setCurrentRaid(Raid p_37852_)