Uses of Class
net.minecraft.world.entity.raid.Raid
Packages that use Raid
Package
Description
-
Uses of Raid in net.minecraft.network.protocol.game
Method parameters in net.minecraft.network.protocol.game with type arguments of type RaidModifier and TypeMethodDescriptionstatic voidDebugPackets.sendRaids(ServerLevel level, Collection<Raid> raids) -
Uses of Raid in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return Raid -
Uses of Raid in net.minecraft.server.level
Methods in net.minecraft.server.level that return Raid -
Uses of Raid in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as Raid -
Uses of Raid in net.minecraft.world.entity.ai.goal
Methods in net.minecraft.world.entity.ai.goal with parameters of type Raid -
Uses of Raid in net.minecraft.world.entity.raid
Fields 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 player, BlockPos pos) Raids.get(int id) Raider.getCurrentRaid()Raids.getNearbyRaid(BlockPos pos, int distance) private RaidRaids.getOrCreateRaid(ServerLevel serverLevel, BlockPos pos) Methods in net.minecraft.world.entity.raid with parameters of type RaidModifier and TypeMethodDescriptionstatic booleanRaids.canJoinRaid(Raider raider, Raid raid) voidRaider.setCurrentRaid(Raid raid)