Uses of Class
io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeMap
-
Uses of BiomeMap in io.github.thebusybiscuit.slimefun4.utils.biomes
Modifier and TypeMethodDescriptionBiomeMapParser.buildBiomeMap()
This method builds aBiomeMap
based on the parsed data.static <T> BiomeMap<T>
BiomeMap.fromJson
(NamespacedKey key, String json, BiomeDataConverter<T> valueConverter) static <T> BiomeMap<T>
BiomeMap.fromJson
(NamespacedKey key, String json, BiomeDataConverter<T> valueConverter, boolean isLenient) static <T> BiomeMap<T>
BiomeMap.fromResource
(NamespacedKey key, JavaPlugin plugin, String path, BiomeDataConverter<T> valueConverter) BiomeMap.getIntMapFromResource
(NamespacedKey key, JavaPlugin plugin, String path) BiomeMap.getLongMapFromResource
(NamespacedKey key, JavaPlugin plugin, String path) BiomeMap.getStringMapFromResource
(NamespacedKey key, JavaPlugin plugin, String path)