Interface BiomeAccess.Storage

All Known Subinterfaces:
LunarWorldView, RegistryWorldView, ServerWorldAccess, StructureWorldAccess, WorldAccess, WorldView
All Known Implementing Classes:
Chunk, ChunkGenerator, ChunkRegion, ClientWorld, DebugChunkGenerator, EmptyChunk, FixedBiomeSource, FlatChunkGenerator, NoiseChunkGenerator, ProtoChunk, ReadOnlyChunk, ServerWorld, World, WorldChunk
Enclosing class:
BiomeAccess

public static interface BiomeAccess.Storage
Mappings:
Namespace Name
official cbb$a
intermediary net/minecraft/class_4543$class_4544
named net/minecraft/world/biome/source/BiomeAccess$Storage
  • Method Summary

    Modifier and Type
    Method
    Description
    getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
     
  • Method Details

    • getBiomeForNoiseGen

      Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
      Mappings:
      Namespace Name Mixin selector
      official getNoiseBiome Lcbb$a;getNoiseBiome(III)Lcaz;
      intermediary method_16359 Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;