Uses of Class
net.minecraft.village.raid.Raid
Packages that use Raid
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of Raid in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Raid -
Uses of Raid in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal with parameters of type RaidModifier and TypeMethodDescriptionprivate voidMoveToRaidCenterGoal.includeFreeRaiders(Raid raid) -
Uses of Raid in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid declared as RaidMethods in net.minecraft.entity.raid that return RaidMethods in net.minecraft.entity.raid with parameters of type Raid -
Uses of Raid in net.minecraft.server.command
Methods in net.minecraft.server.command that return Raid -
Uses of Raid in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type RaidModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendRaids(ServerWorld server, Collection<Raid> raids) -
Uses of Raid in net.minecraft.server.world
Methods in net.minecraft.server.world that return Raid -
Uses of Raid in net.minecraft.village.raid
Fields in net.minecraft.village.raid declared as RaidModifier and TypeFieldDescriptionprivate final RaidRaidManager.class_10734.raidThe field for theraidrecord component.Fields in net.minecraft.village.raid with type parameters of type RaidModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Raid> Raid.field_56439private final Int2ObjectMap<Raid> RaidManager.raidsMethods in net.minecraft.village.raid that return RaidModifier and TypeMethodDescriptionprivate RaidRaidManager.getOrCreateRaid(ServerWorld world, BlockPos pos) RaidManager.getRaid(int id) RaidManager.class_10734.raid()Returns the value of theraidrecord component.RaidManager.startRaid(ServerPlayerEntity player, BlockPos pos) Methods in net.minecraft.village.raid with parameters of type RaidMethod parameters in net.minecraft.village.raid with type arguments of type RaidModifier and TypeMethodDescriptionstatic RaidManager.class_10734RaidManager.class_10734.method_67384(Int2ObjectMap.Entry<Raid> entry) Constructors in net.minecraft.village.raid with parameters of type Raid