Interface BiomeSupplier

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

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

    • getBiome

      RegistryEntry<Biome> getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise)
      Mappings:
      Namespace Name Mixin selector
      official getNoiseBiome Lckw;getNoiseBiome(IIILclc$f;)Lgz;
      intermediary method_38109 Lnet/minecraft/class_6780;method_38109(IIILnet/minecraft/class_6544$class_6552;)Lnet/minecraft/class_6880;
      named getBiome Lnet/minecraft/world/biome/source/BiomeSupplier;getBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)Lnet/minecraft/registry/entry/RegistryEntry;