Uses of Class
net.minecraft.world.raid.Raid
-
Packages that use Raid Package Description net.minecraft.entity.ai.brain.task net.minecraft.entity.ai.goal net.minecraft.entity.monster net.minecraft.network net.minecraft.world.raid net.minecraft.world.server -
-
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 Raid
CelebrateRaidVictoryTask. currentRaid
-
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 void
MoveTowardsRaidGoal. recruitNearby(Raid p_220743_1_)
-
Uses of Raid in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as Raid Modifier and Type Field Description protected Raid
AbstractRaiderEntity. raid
Methods in net.minecraft.entity.monster that return Raid Modifier and Type Method Description Raid
AbstractRaiderEntity. getCurrentRaid()
Methods in net.minecraft.entity.monster with parameters of type Raid Modifier and Type Method Description void
AbstractRaiderEntity. setCurrentRaid(Raid p_213652_1_)
-
Uses of Raid in net.minecraft.network
Method parameters in net.minecraft.network with type arguments of type Raid Modifier and Type Method Description static void
DebugPacketSender. sendRaids(ServerWorld p_222946_0_, java.util.Collection<Raid> p_222946_1_)
-
Uses of Raid in net.minecraft.world.raid
Fields in net.minecraft.world.raid with type parameters of type Raid Modifier and Type Field Description private java.util.Map<java.lang.Integer,Raid>
RaidManager. raidMap
Methods in net.minecraft.world.raid that return Raid Modifier and Type Method Description Raid
RaidManager. createOrExtendRaid(ServerPlayerEntity p_215170_1_)
Raid
RaidManager. get(int p_215167_1_)
Raid
RaidManager. getNearbyRaid(BlockPos p_215174_1_, int p_215174_2_)
private Raid
RaidManager. getOrCreateRaid(ServerWorld p_215168_1_, BlockPos p_215168_2_)
Methods in net.minecraft.world.raid with parameters of type Raid Modifier and Type Method Description static boolean
RaidManager. canJoinRaid(AbstractRaiderEntity p_215165_0_, Raid p_215165_1_)
-
Uses of Raid in net.minecraft.world.server
Methods in net.minecraft.world.server that return Raid Modifier and Type Method Description Raid
ServerWorld. getRaidAt(BlockPos p_217475_1_)
-