Class RaidRandomizer
java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
Created by Waterdude.
-
Method Summary
Modifier and TypeMethodDescriptionstatic WeightedSet
<RaidAlly> getAlliesForBiome
(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome, int stars) static RaidAlly
getRandomAlly
(net.minecraft.world.level.Level world, RaidData raid) getRandomRaid
(DenEntity den, boolean force) static WeightedSet
<RaidSpawn> getSpawnsForBiome
(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome)
-
Method Details
-
getRandomRaid
-
getSpawnsForBiome
public static WeightedSet<RaidSpawn> getSpawnsForBiome(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, int stars)
-