Uses of Interface
io.github.thebusybiscuit.slimefun4.utils.biomes.BiomeDataConverter
Packages that use BiomeDataConverter
-
Uses of BiomeDataConverter in io.github.thebusybiscuit.slimefun4.utils.biomes
Methods in io.github.thebusybiscuit.slimefun4.utils.biomes with parameters of type BiomeDataConverterModifier and TypeMethodDescriptionstatic <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) Constructors in io.github.thebusybiscuit.slimefun4.utils.biomes with parameters of type BiomeDataConverterModifierConstructorDescriptionBiomeMapParser
(NamespacedKey key, BiomeDataConverter<T> valueConverter) This constructs a newBiomeMapParser
.