Package net.fabricmc.fabric.mixin.biome

Types

AddHillsLayerAccessor
Link copied to clipboard
public interface AddHillsLayerAccessor
BuiltinBiomesAccessor
Link copied to clipboard
public interface BuiltinBiomesAccessor
MixinAddEdgeBiomesLayer
Link copied to clipboard
public class MixinAddEdgeBiomesLayer
Adds edges and shores specified in addEdgeBiome and addShoreBiome to the edges layer.
MixinAddHillsLayer
Link copied to clipboard
public class MixinAddHillsLayer
Injects hills biomes specified from addHillsBiome into the default hills layer.
MixinAddRiversLayer
Link copied to clipboard
public class MixinAddRiversLayer
Sets river biomes specified with setRiverBiome.
MixinMultiNoiseBiomeSource
Link copied to clipboard
public class MixinMultiNoiseBiomeSource
This Mixin is responsible for adding mod-biomes to the NETHER preset in the MultiNoiseBiomeSource.
MixinSetBaseBiomesLayer
Link copied to clipboard
public class MixinSetBaseBiomesLayer
Injects biomes into the arrays of biomes in the AddBaseBiomesLayer.
MixinTheEndBiomeSource
Link copied to clipboard
public class MixinTheEndBiomeSource
MultiNoiseBiomeSourceAccessor
Link copied to clipboard
public interface MultiNoiseBiomeSourceAccessor
VanillaLayeredBiomeSourceAccessor
Link copied to clipboard
public interface VanillaLayeredBiomeSourceAccessor
This accessor gives us access to the hardcoded list of overworld biomes.