Package net.minecraft.world.biome.source
Interface BiomeAccess.Storage
- All Known Subinterfaces:
LunarWorldView
,RegistryWorldView
,ServerWorldAccess
,StructureWorldAccess
,WorldAccess
,WorldView
- All Known Implementing Classes:
BiomeArray
,BiomeSource
,CheckerboardBiomeSource
,ChunkRegion
,ClientWorld
,EmptyChunk.EmptyBiomeArray
,FixedBiomeSource
,MultiNoiseBiomeSource
,ServerWorld
,TheEndBiomeSource
,VanillaLayeredBiomeSource
,World
- Enclosing class:
- BiomeAccess
public static interface BiomeAccess.Storage
- Mappings:
Namespace Name official bxq$a
intermediary net/minecraft/class_4543$class_4544
named net/minecraft/world/biome/source/BiomeAccess$Storage
-
Method Summary
Modifier and TypeMethodDescriptiongetBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) default Biome
getBiomeForNoiseGen
(ChunkPos chunkPos)
-
Method Details
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official b
Lbxq$a;b(III)Lbxo;
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;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official b
Lbxq$a;b(Lbvu;)Lbxo;
intermediary method_31609
Lnet/minecraft/class_4543$class_4544;method_31609(Lnet/minecraft/class_1923;)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/world/biome/Biome;
-