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 RaidModifier and TypeFieldDescriptionprotected RaidRaider.raidprivate final RaidRaids.RaidWithId.raidThe field for theraidrecord component.Fields in net.minecraft.world.entity.raid with type parameters of type RaidModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Raid> Raid.MAP_CODECprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Raid> Raids.raidMapMethods 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) Raids.RaidWithId.raid()Returns the value of theraidrecord component.Methods in net.minecraft.world.entity.raid with parameters of type RaidMethod parameters in net.minecraft.world.entity.raid with type arguments of type RaidConstructors in net.minecraft.world.entity.raid with parameters of type RaidModifierConstructorDescription(package private)RaidWithId(int id, Raid raid) Creates an instance of aRaidWithIdrecord class.