Uses of Class
net.minecraft.village.raid.Raid
-
Uses of Raid in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Raid Modifier and Type Field Description private @Nullable RaidCelebrateRaidWinTask. raid -
Uses of Raid in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal with parameters of type Raid Modifier and Type Method Description private voidMoveToRaidCenterGoal. includeFreeRaiders(Raid raid) -
Uses of Raid in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid declared as Raid Modifier and Type Field Description protected @Nullable RaidRaiderEntity. raidMethods in net.minecraft.entity.raid that return Raid Modifier and Type Method Description @Nullable RaidRaiderEntity. getRaid()Methods in net.minecraft.entity.raid with parameters of type Raid Modifier and Type Method Description voidRaiderEntity. setRaid(@Nullable Raid raid) -
Uses of Raid in net.minecraft.server.command
Methods in net.minecraft.server.command that return Raid Modifier and Type Method Description private static @Nullable RaidRaidCommand. getRaid(ServerPlayerEntity player) -
Uses of Raid in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type Raid Modifier and Type Method Description static voidDebugInfoSender. sendRaids(ServerWorld server, Collection<Raid> raids) -
Uses of Raid in net.minecraft.server.world
-
Uses of Raid in net.minecraft.village.raid
Fields in net.minecraft.village.raid with type parameters of type Raid Modifier and Type Field Description private Map<Integer,Raid>RaidManager. raidsMethods in net.minecraft.village.raid that return Raid Modifier and Type Method Description private RaidRaidManager. getOrCreateRaid(ServerWorld world, BlockPos pos)RaidRaidManager. getRaid(int id)@Nullable RaidRaidManager. getRaidAt(BlockPos pos, int searchDistance)@Nullable RaidRaidManager. startRaid(ServerPlayerEntity player)Methods in net.minecraft.village.raid with parameters of type Raid Modifier and Type Method Description static booleanRaidManager. isValidRaiderFor(RaiderEntity raider, Raid raid)