Interface BiomeSupplier

All Known Implementing Classes:
BiomeSource, CheckerboardBiomeSource, FixedBiomeSource, MultiNoiseBiomeSource, TheEndBiomeSource

public interface BiomeSupplier
Mappings:
Namespace Name
official cbc
intermediary net/minecraft/class_6780
named net/minecraft/world/biome/source/BiomeSupplier
  • Method Details

    • getBiome

      Biome getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise)
      Mappings:
      Namespace Name Mixin selector
      official getNoiseBiome Lcbc;getNoiseBiome(IIILcbh$f;)Lcaz;
      intermediary method_38109 Lnet/minecraft/class_6780;method_38109(IIILnet/minecraft/class_6544$class_6552;)Lnet/minecraft/class_1959;
      named getBiome Lnet/minecraft/world/biome/source/BiomeSupplier;getBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)Lnet/minecraft/world/biome/Biome;