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 RaidCelebrateRaidVictoryTask. 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 voidMoveTowardsRaidGoal. 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 RaidAbstractRaiderEntity. raidMethods in net.minecraft.entity.monster that return Raid Modifier and Type Method Description RaidAbstractRaiderEntity. getCurrentRaid()Methods in net.minecraft.entity.monster with parameters of type Raid Modifier and Type Method Description voidAbstractRaiderEntity. 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 voidDebugPacketSender. 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. raidMapMethods in net.minecraft.world.raid that return Raid Modifier and Type Method Description RaidRaidManager. createOrExtendRaid(ServerPlayerEntity p_215170_1_)RaidRaidManager. get(int p_215167_1_)RaidRaidManager. getNearbyRaid(BlockPos p_215174_1_, int p_215174_2_)private RaidRaidManager. 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 booleanRaidManager. 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 RaidServerWorld. getRaidAt(BlockPos p_217475_1_)
-