Package com.palmergames.bukkit.util
Class BiomeUtil
java.lang.Object
com.palmergames.bukkit.util.BiomeUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
getWorldCoordBadBiomePercent
(WorldCoord worldCoord, Predicate<org.bukkit.block.Biome> biomePredicate) static double
getWorldCoordOceanBiomePercent
(WorldCoord worldCoord) static double
getWorldCoordUnwantedBiomePercent
(WorldCoord worldCoord)
-
Constructor Details
-
BiomeUtil
public BiomeUtil()
-
-
Method Details
-
getWorldCoordOceanBiomePercent
-
getWorldCoordUnwantedBiomePercent
-
getWorldCoordBadBiomePercent
public static double getWorldCoordBadBiomePercent(WorldCoord worldCoord, Predicate<org.bukkit.block.Biome> biomePredicate)
-