Class RaidRandomizer

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

public class RaidRandomizer extends Object
  • Method Details

    • getRandomRaid

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

      public static void assignRandomTeraType(net.minecraft.core.RegistryAccess registryAccess, Pokemon pokemon, PokemonSpecification spec)
    • getSpawnsForBiome

      public static WeightedSet<RaidSpawn> getSpawnsForBiome(net.minecraft.core.Holder<RaidType> type, 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, RaidData data)