Package net.minecraft.world.biome.source
Interface BiomeSupplier
- All Known Implementing Classes:
BiomeSource
,CheckerboardBiomeSource
,FixedBiomeSource
,MultiNoiseBiomeSource
,TheEndBiomeSource
public interface BiomeSupplier
- Mappings:
Namespace Name official cur
intermediary net/minecraft/class_6780
named net/minecraft/world/biome/source/BiomeSupplier
-
Method Summary
Modifier and TypeMethodDescriptiongetBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise)
-
Method Details
-
getBiome
- Mappings:
Namespace Name Mixin selector official getNoiseBiome
Lcur;getNoiseBiome(IIILcux$f;)Lih;
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;
-