Class BiomeAccess

java.lang.Object
net.minecraft.world.biome.source.BiomeAccess

public class BiomeAccess extends Object
Mappings:
Namespace Name
official cbb
intermediary net/minecraft/class_4543
named net/minecraft/world/biome/source/BiomeAccess
  • Field Details

    • CHUNK_CENTER_OFFSET

      public static final int CHUNK_CENTER_OFFSET
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a:I
      intermediary field_28106 Lnet/minecraft/class_4543;field_28106:I
      named CHUNK_CENTER_OFFSET Lnet/minecraft/world/biome/source/BiomeAccess;CHUNK_CENTER_OFFSET:I
    • field_34466

      private static final int field_34466
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lcbb;b:I
      intermediary field_34466 Lnet/minecraft/class_4543;field_34466:I
      named field_34466 Lnet/minecraft/world/biome/source/BiomeAccess;field_34466:I
    • field_34467

      private static final int field_34467
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcbb;c:I
      intermediary field_34467 Lnet/minecraft/class_4543;field_34467:I
      named field_34467 Lnet/minecraft/world/biome/source/BiomeAccess;field_34467:I
    • field_34468

      private static final int field_34468
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lcbb;d:I
      intermediary field_34468 Lnet/minecraft/class_4543;field_34468:I
      named field_34468 Lnet/minecraft/world/biome/source/BiomeAccess;field_34468:I
    • storage

      private final BiomeAccess.Storage storage
      Mappings:
      Namespace Name Mixin selector
      official e Lcbb;e:Lcbb$a;
      intermediary field_20640 Lnet/minecraft/class_4543;field_20640:Lnet/minecraft/class_4543$class_4544;
      named storage Lnet/minecraft/world/biome/source/BiomeAccess;storage:Lnet/minecraft/world/biome/source/BiomeAccess$Storage;
    • seed

      private final long seed
      Mappings:
      Namespace Name Mixin selector
      official f Lcbb;f:J
      intermediary field_20641 Lnet/minecraft/class_4543;field_20641:J
      named seed Lnet/minecraft/world/biome/source/BiomeAccess;seed:J
  • Constructor Details

    • BiomeAccess

      public BiomeAccess(BiomeAccess.Storage storage, long seed)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcbb;<init>(Lcbb$a;J)V
      intermediary <init> Lnet/minecraft/class_4543;<init>(Lnet/minecraft/class_4543$class_4544;J)V
      named <init> Lnet/minecraft/world/biome/source/BiomeAccess;<init>(Lnet/minecraft/world/biome/source/BiomeAccess$Storage;J)V
  • Method Details

    • hashSeed

      public static long hashSeed(long seed)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(J)J
      intermediary method_27984 Lnet/minecraft/class_4543;method_27984(J)J
      named hashSeed Lnet/minecraft/world/biome/source/BiomeAccess;hashSeed(J)J
    • withSource

      public BiomeAccess withSource(BiomeAccess.Storage storage)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(Lcbb$a;)Lcbb;
      intermediary method_38107 Lnet/minecraft/class_4543;method_38107(Lnet/minecraft/class_4543$class_4544;)Lnet/minecraft/class_4543;
      named withSource Lnet/minecraft/world/biome/source/BiomeAccess;withSource(Lnet/minecraft/world/biome/source/BiomeAccess$Storage;)Lnet/minecraft/world/biome/source/BiomeAccess;
    • getBiome

      public Biome getBiome(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(Lgh;)Lcaz;
      intermediary method_22393 Lnet/minecraft/class_4543;method_22393(Lnet/minecraft/class_2338;)Lnet/minecraft/class_1959;
      named getBiome Lnet/minecraft/world/biome/source/BiomeAccess;getBiome(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
    • getBiomeForNoiseGen

      public Biome getBiomeForNoiseGen(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(DDD)Lcaz;
      intermediary method_24938 Lnet/minecraft/class_4543;method_24938(DDD)Lnet/minecraft/class_1959;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(DDD)Lnet/minecraft/world/biome/Biome;
    • getBiomeForNoiseGen

      public Biome getBiomeForNoiseGen(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lcbb;b(Lgh;)Lcaz;
      intermediary method_27344 Lnet/minecraft/class_4543;method_27344(Lnet/minecraft/class_2338;)Lnet/minecraft/class_1959;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
    • getBiomeForNoiseGen

      public Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(III)Lcaz;
      intermediary method_24854 Lnet/minecraft/class_4543;method_24854(III)Lnet/minecraft/class_1959;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
    • method_38106

      private static double method_38106(long long2, int int2, int int3, int int4, double double2, double double3, double double4)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbb;a(JIIIDDD)D
      intermediary method_38106 Lnet/minecraft/class_4543;method_38106(JIIIDDD)D
      named method_38106 Lnet/minecraft/world/biome/source/BiomeAccess;method_38106(JIIIDDD)D
    • method_38108

      private static double method_38108(long long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lcbb;b(J)D
      intermediary method_38108 Lnet/minecraft/class_4543;method_38108(J)D
      named method_38108 Lnet/minecraft/world/biome/source/BiomeAccess;method_38108(J)D