Interface BiomeAccessType

All Known Implementing Classes:
DirectBiomeAccessType, HorizontalVoronoiBiomeAccessType, VoronoiBiomeAccessType

public interface BiomeAccessType
Mappings:
Namespace Name
official bxt
intermediary net/minecraft/class_4545
named net/minecraft/world/biome/source/BiomeAccessType
  • Method Summary

    Modifier and Type
    Method
    Description
    getBiome​(long seed, int x, int y, int z, BiomeAccess.Storage storage)
     
  • Method Details

    • getBiome

      Biome getBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxt;a(JIIILbxq$a;)Lbxo;
      intermediary method_22396 Lnet/minecraft/class_4545;method_22396(JIIILnet/minecraft/class_4543$class_4544;)Lnet/minecraft/class_1959;
      named getBiome Lnet/minecraft/world/biome/source/BiomeAccessType;getBiome(JIIILnet/minecraft/world/biome/source/BiomeAccess$Storage;)Lnet/minecraft/world/biome/Biome;