Class RaidRandomizer

java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer

public class RaidRandomizer extends Object
Created by Waterdude.
  • Method Details

    • getRandomRaid

      public static Optional<RaidData> getRandomRaid(DenEntity den, boolean force)
    • getSpawnsForBiome

      public static WeightedSet<RaidSpawn> getSpawnsForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome)
    • getRandomAlly

      public static RaidAlly getRandomAlly(net.minecraft.world.level.Level world, RaidData raid)
    • getAlliesForBiome

      public static WeightedSet<RaidAlly> getAlliesForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome, int stars)