Package net.minecraft.world.biome.source
Interface BiomeSupplier
- All Known Implementing Classes:
- BiomeSource,- CheckerboardBiomeSource,- FixedBiomeSource,- MultiNoiseBiomeSource,- TheEndBiomeSource
public interface BiomeSupplier
- Mappings:
- Namespace - Name - named - net/minecraft/world/biome/source/BiomeSupplier- intermediary - net/minecraft/class_6780- official - dho
- 
Method SummaryModifier and TypeMethodDescriptiongetBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) 
- 
Method Details- 
getBiome- Mappings:
- Namespace - Name - Mixin selector - named - getBiome- Lnet/minecraft/world/biome/source/BiomeSupplier;getBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)Lnet/minecraft/registry/entry/RegistryEntry;- intermediary - method_38109- Lnet/minecraft/class_6780;method_38109(IIILnet/minecraft/class_6544$class_6552;)Lnet/minecraft/class_6880;- official - getNoiseBiome- Ldho;getNoiseBiome(IIILdhu$f;)Ljr;
 
 
-