Package net.fabricmc.fabric.api.biome.v1

Types

BiomeModification
Link copied to clipboard
public class BiomeModification
Experimental feature, may be removed or changed without further notice.
BiomeModificationContext
Link copied to clipboard
public interface BiomeModificationContext
Allows Biome properties to be modified.
BiomeModifications
Link copied to clipboard
public final class BiomeModifications
Provides an API to modify Biomes after they have been loaded and before they are used in the World.
BiomeSelectionContext
Link copied to clipboard
public interface BiomeSelectionContext
Context given to a biome selector for deciding whether it applies to a biome or not.
BiomeSelectors
Link copied to clipboard
public final class BiomeSelectors
Provides several convenient biome selectors that can be used with BiomeModifications.
ModificationPhase
Link copied to clipboard
public enum ModificationPhase
To achieve a predictable order for biome modifiers, and to aid with mod compatibility, modifiers need to declare the phase in which they will be applied.
NetherBiomes
Link copied to clipboard
public final class NetherBiomes
API that exposes the internals of Minecraft's nether biome code.
OverworldBiomes
Link copied to clipboard
public final class OverworldBiomes
API that exposes some internals of the minecraft default biome source for the overworld.
OverworldClimate
Link copied to clipboard
public enum OverworldClimate
Represents the climates of biomes on the overworld continents.
TheEndBiomes
Link copied to clipboard
public final class TheEndBiomes
API that exposes some internals of the minecraft default biome source for The End.