Uses of Class
net.minecraft.world.entity.raid.Raid
Packages that use Raid
Package
Description
-
Uses of Raid in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return RaidModifier and TypeMethodDescriptionprivate static @Nullable RaidRaidCommand.getRaid(ServerPlayer player) -
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 RaidModifier and TypeFieldDescriptionprivate @Nullable RaidCelebrateVillagersSurvivedRaid.currentRaid -
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 @Nullable RaidRaider.raidprivate final RaidRaids.RaidWithId.raidThe field for theraidrecord component.Fields in net.minecraft.world.entity.raid with type parameters of type RaidModifier and TypeFieldDescriptionRaid.MAP_CODECprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Raid> Raids.raidMapMethods in net.minecraft.world.entity.raid that return RaidModifier and TypeMethodDescription@Nullable RaidRaids.createOrExtendRaid(ServerPlayer player, BlockPos raidPosition) @Nullable RaidRaids.get(int raidId) @Nullable RaidRaider.getCurrentRaid()@Nullable RaidRaids.getNearbyRaid(BlockPos pos, int maxDistSqr) private RaidRaids.getOrCreateRaid(ServerLevel level, 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 RaidModifierConstructorDescriptionprivateRaidWithId(int id, Raid raid) Creates an instance of aRaidWithIdrecord class.