Uses of Class
io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeMap
Packages that use BiomeMap
-
Uses of BiomeMap in io.github.thebusybiscuit.slimefun4.utils.biomes
Methods in io.github.thebusybiscuit.slimefun4.utils.biomes that return BiomeMapModifier and TypeMethodDescriptionBiomeMapParser.buildBiomeMap()
This method builds aBiomeMap
based on the parsed data.static <T> BiomeMap
<T> BiomeMap.fromJson
(org.bukkit.NamespacedKey key, String json, BiomeDataConverter<T> valueConverter) static <T> BiomeMap
<T> BiomeMap.fromJson
(org.bukkit.NamespacedKey key, String json, BiomeDataConverter<T> valueConverter, boolean isLenient) static <T> BiomeMap
<T> BiomeMap.fromResource
(org.bukkit.NamespacedKey key, org.bukkit.plugin.java.JavaPlugin plugin, String path, BiomeDataConverter<T> valueConverter) BiomeMap.getIntMapFromResource
(org.bukkit.NamespacedKey key, org.bukkit.plugin.java.JavaPlugin plugin, String path) BiomeMap.getLongMapFromResource
(org.bukkit.NamespacedKey key, org.bukkit.plugin.java.JavaPlugin plugin, String path) BiomeMap.getStringMapFromResource
(org.bukkit.NamespacedKey key, org.bukkit.plugin.java.JavaPlugin plugin, String path) Methods in io.github.thebusybiscuit.slimefun4.utils.biomes with parameters of type BiomeMap