All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.world.biome.Biomes Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
package net.minestom.server.world.biome;

import net.minestom.server.registry.DynamicRegistry;

/**
 * Code autogenerated, do not edit!
 */
@SuppressWarnings("unused")
interface Biomes {
    DynamicRegistry.Key SNOWY_SLOPES = DynamicRegistry.Key.of("minecraft:snowy_slopes");

    DynamicRegistry.Key OLD_GROWTH_PINE_TAIGA = DynamicRegistry.Key.of("minecraft:old_growth_pine_taiga");

    DynamicRegistry.Key MUSHROOM_FIELDS = DynamicRegistry.Key.of("minecraft:mushroom_fields");

    DynamicRegistry.Key TAIGA = DynamicRegistry.Key.of("minecraft:taiga");

    DynamicRegistry.Key DEEP_OCEAN = DynamicRegistry.Key.of("minecraft:deep_ocean");

    DynamicRegistry.Key ERODED_BADLANDS = DynamicRegistry.Key.of("minecraft:eroded_badlands");

    DynamicRegistry.Key FROZEN_RIVER = DynamicRegistry.Key.of("minecraft:frozen_river");

    DynamicRegistry.Key END_HIGHLANDS = DynamicRegistry.Key.of("minecraft:end_highlands");

    DynamicRegistry.Key CHERRY_GROVE = DynamicRegistry.Key.of("minecraft:cherry_grove");

    DynamicRegistry.Key SUNFLOWER_PLAINS = DynamicRegistry.Key.of("minecraft:sunflower_plains");

    DynamicRegistry.Key BIRCH_FOREST = DynamicRegistry.Key.of("minecraft:birch_forest");

    DynamicRegistry.Key WINDSWEPT_HILLS = DynamicRegistry.Key.of("minecraft:windswept_hills");

    DynamicRegistry.Key BAMBOO_JUNGLE = DynamicRegistry.Key.of("minecraft:bamboo_jungle");

    DynamicRegistry.Key WOODED_BADLANDS = DynamicRegistry.Key.of("minecraft:wooded_badlands");

    DynamicRegistry.Key BADLANDS = DynamicRegistry.Key.of("minecraft:badlands");

    DynamicRegistry.Key SAVANNA_PLATEAU = DynamicRegistry.Key.of("minecraft:savanna_plateau");

    DynamicRegistry.Key BEACH = DynamicRegistry.Key.of("minecraft:beach");

    DynamicRegistry.Key DARK_FOREST = DynamicRegistry.Key.of("minecraft:dark_forest");

    DynamicRegistry.Key STONY_PEAKS = DynamicRegistry.Key.of("minecraft:stony_peaks");

    DynamicRegistry.Key MANGROVE_SWAMP = DynamicRegistry.Key.of("minecraft:mangrove_swamp");

    DynamicRegistry.Key SPARSE_JUNGLE = DynamicRegistry.Key.of("minecraft:sparse_jungle");

    DynamicRegistry.Key LUKEWARM_OCEAN = DynamicRegistry.Key.of("minecraft:lukewarm_ocean");

    DynamicRegistry.Key RIVER = DynamicRegistry.Key.of("minecraft:river");

    DynamicRegistry.Key STONY_SHORE = DynamicRegistry.Key.of("minecraft:stony_shore");

    DynamicRegistry.Key WARPED_FOREST = DynamicRegistry.Key.of("minecraft:warped_forest");

    DynamicRegistry.Key SNOWY_PLAINS = DynamicRegistry.Key.of("minecraft:snowy_plains");

    DynamicRegistry.Key DRIPSTONE_CAVES = DynamicRegistry.Key.of("minecraft:dripstone_caves");

    DynamicRegistry.Key SNOWY_TAIGA = DynamicRegistry.Key.of("minecraft:snowy_taiga");

    DynamicRegistry.Key GROVE = DynamicRegistry.Key.of("minecraft:grove");

    DynamicRegistry.Key SWAMP = DynamicRegistry.Key.of("minecraft:swamp");

    DynamicRegistry.Key JAGGED_PEAKS = DynamicRegistry.Key.of("minecraft:jagged_peaks");

    DynamicRegistry.Key COLD_OCEAN = DynamicRegistry.Key.of("minecraft:cold_ocean");

    DynamicRegistry.Key FOREST = DynamicRegistry.Key.of("minecraft:forest");

    DynamicRegistry.Key LUSH_CAVES = DynamicRegistry.Key.of("minecraft:lush_caves");

    DynamicRegistry.Key BASALT_DELTAS = DynamicRegistry.Key.of("minecraft:basalt_deltas");

    DynamicRegistry.Key DEEP_COLD_OCEAN = DynamicRegistry.Key.of("minecraft:deep_cold_ocean");

    DynamicRegistry.Key ICE_SPIKES = DynamicRegistry.Key.of("minecraft:ice_spikes");

    DynamicRegistry.Key END_MIDLANDS = DynamicRegistry.Key.of("minecraft:end_midlands");

    DynamicRegistry.Key FROZEN_OCEAN = DynamicRegistry.Key.of("minecraft:frozen_ocean");

    DynamicRegistry.Key DESERT = DynamicRegistry.Key.of("minecraft:desert");

    DynamicRegistry.Key DEEP_FROZEN_OCEAN = DynamicRegistry.Key.of("minecraft:deep_frozen_ocean");

    DynamicRegistry.Key WINDSWEPT_FOREST = DynamicRegistry.Key.of("minecraft:windswept_forest");

    DynamicRegistry.Key JUNGLE = DynamicRegistry.Key.of("minecraft:jungle");

    DynamicRegistry.Key OCEAN = DynamicRegistry.Key.of("minecraft:ocean");

    DynamicRegistry.Key OLD_GROWTH_SPRUCE_TAIGA = DynamicRegistry.Key.of("minecraft:old_growth_spruce_taiga");

    DynamicRegistry.Key SNOWY_BEACH = DynamicRegistry.Key.of("minecraft:snowy_beach");

    DynamicRegistry.Key WINDSWEPT_SAVANNA = DynamicRegistry.Key.of("minecraft:windswept_savanna");

    DynamicRegistry.Key END_BARRENS = DynamicRegistry.Key.of("minecraft:end_barrens");

    DynamicRegistry.Key WARM_OCEAN = DynamicRegistry.Key.of("minecraft:warm_ocean");

    DynamicRegistry.Key DEEP_LUKEWARM_OCEAN = DynamicRegistry.Key.of("minecraft:deep_lukewarm_ocean");

    DynamicRegistry.Key FLOWER_FOREST = DynamicRegistry.Key.of("minecraft:flower_forest");

    DynamicRegistry.Key SOUL_SAND_VALLEY = DynamicRegistry.Key.of("minecraft:soul_sand_valley");

    DynamicRegistry.Key NETHER_WASTES = DynamicRegistry.Key.of("minecraft:nether_wastes");

    DynamicRegistry.Key FROZEN_PEAKS = DynamicRegistry.Key.of("minecraft:frozen_peaks");

    DynamicRegistry.Key THE_END = DynamicRegistry.Key.of("minecraft:the_end");

    DynamicRegistry.Key SMALL_END_ISLANDS = DynamicRegistry.Key.of("minecraft:small_end_islands");

    DynamicRegistry.Key OLD_GROWTH_BIRCH_FOREST = DynamicRegistry.Key.of("minecraft:old_growth_birch_forest");

    DynamicRegistry.Key CRIMSON_FOREST = DynamicRegistry.Key.of("minecraft:crimson_forest");

    DynamicRegistry.Key THE_VOID = DynamicRegistry.Key.of("minecraft:the_void");

    DynamicRegistry.Key DEEP_DARK = DynamicRegistry.Key.of("minecraft:deep_dark");

    DynamicRegistry.Key MEADOW = DynamicRegistry.Key.of("minecraft:meadow");

    DynamicRegistry.Key WINDSWEPT_GRAVELLY_HILLS = DynamicRegistry.Key.of("minecraft:windswept_gravelly_hills");

    DynamicRegistry.Key SAVANNA = DynamicRegistry.Key.of("minecraft:savanna");

    DynamicRegistry.Key PLAINS = DynamicRegistry.Key.of("minecraft:plains");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy