Class RaidRandomizer
java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassignRandomTeraType(net.minecraft.core.RegistryAccess registryAccess, Pokemon pokemon, PokemonSpecification spec) static WeightedSet<RaidAlly> getAlliesForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome, RaidData data) static RaidAllygetRandomAlly(net.minecraft.world.level.Level world, RaidData raid) getRandomRaid(DenEntity den, boolean force) static WeightedSet<RaidSpawn> getSpawnsForBiome(net.minecraft.core.Holder<RaidType> type, net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome)
-
Method Details
-
getRandomRaid
-
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
-
getAlliesForBiome
public static WeightedSet<RaidAlly> getAlliesForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome, RaidData data)
-