Class EmptyChunk.EmptyBiomeArray

java.lang.Object
net.minecraft.world.biome.source.BiomeArray
net.minecraft.world.chunk.EmptyChunk.EmptyBiomeArray
All Implemented Interfaces:
BiomeAccess.Storage
Enclosing class:
EmptyChunk

static class EmptyChunk.EmptyBiomeArray
extends BiomeArray
Mappings:
Namespace Name
official cjr$a
intermediary net/minecraft/class_2812$class_5706
named net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray
  • Field Details

    • EMPTY_ARRAY

      private static final Biome[] EMPTY_ARRAY
      Mappings:
      Namespace Name Mixin selector
      official b Lcjr$a;b:[Lbuu;
      intermediary field_28128 Lnet/minecraft/class_2812$class_5706;field_28128:[Lnet/minecraft/class_1959;
      named EMPTY_ARRAY Lnet/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray;EMPTY_ARRAY:[Lnet/minecraft/world/biome/Biome;
  • Constructor Details

    • EmptyBiomeArray

      public EmptyBiomeArray​(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcjr$a;<init>(Lbtv;)V
      intermediary <init> Lnet/minecraft/class_2812$class_5706;<init>(Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • toIntArray

      public int[] toIntArray()
      Overrides:
      toIntArray in class BiomeArray
      Mappings:
      Namespace Name Mixin selector
      official a Lcjm;a()[I
      intermediary method_22401 Lnet/minecraft/class_4548;method_22401()[I
      named toIntArray Lnet/minecraft/world/biome/source/BiomeArray;toIntArray()[I
    • getBiomeForNoiseGen

      public Biome getBiomeForNoiseGen​(int biomeX, int biomeY, int biomeZ)
      Specified by:
      getBiomeForNoiseGen in interface BiomeAccess.Storage
      Overrides:
      getBiomeForNoiseGen in class BiomeArray
      Mappings:
      Namespace Name Mixin selector
      official b Lbuw$a;b(III)Lbuu;
      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;