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 void
DebugPackets.sendRaids(ServerLevel p_133689_, Collection<Raid> p_133690_)
-
Uses of Raid in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return RaidModifier and TypeMethodDescriptionprivate static Raid
RaidCommand.getRaid(ServerPlayer p_180467_)
-
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 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_)
Methods in net.minecraft.world.entity.raid with parameters of type RaidModifier and TypeMethodDescriptionstatic boolean
Raids.canJoinRaid(Raider p_37966_, Raid p_37967_)
void
Raider.setCurrentRaid(Raid p_37852_)