Class Blender

java.lang.Object
net.minecraft.world.gen.chunk.Blender

public class Blender extends Object
Mappings:
Namespace Name
official ctb
intermediary net/minecraft/class_6749
named net/minecraft/world/gen/chunk/Blender
  • Field Details

    • field_35514

      private static final double field_35514
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lctb;d:D
      intermediary field_35514 Lnet/minecraft/class_6749;field_35514:D
      named field_35514 Lnet/minecraft/world/gen/chunk/Blender;field_35514:D
    • OLD_HEIGHT_LIMIT

      private static final HeightLimitView OLD_HEIGHT_LIMIT
      Mappings:
      Namespace Name Mixin selector
      official e Lctb;e:Lbzd;
      intermediary field_35515 Lnet/minecraft/class_6749;field_35515:Lnet/minecraft/class_5539;
      named OLD_HEIGHT_LIMIT Lnet/minecraft/world/gen/chunk/Blender;OLD_HEIGHT_LIMIT:Lnet/minecraft/world/HeightLimitView;
    • field_35511

      public static final int field_35511
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a:I
      intermediary field_35511 Lnet/minecraft/class_6749;field_35511:I
      named field_35511 Lnet/minecraft/world/gen/chunk/Blender;field_35511:I
    • field_35516

      private static final int field_35516
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Lctb;f:I
      intermediary field_35516 Lnet/minecraft/class_6749;field_35516:I
      named field_35516 Lnet/minecraft/world/gen/chunk/Blender;field_35516:I
    • field_35517

      private static final int field_35517
      Mappings:
      Namespace Name Mixin selector
      official g Lctb;g:I
      intermediary field_35517 Lnet/minecraft/class_6749;field_35517:I
      named field_35517 Lnet/minecraft/world/gen/chunk/Blender;field_35517:I
    • field_35518

      private static final int field_35518
      Mappings:
      Namespace Name Mixin selector
      official h Lctb;h:I
      intermediary field_35518 Lnet/minecraft/class_6749;field_35518:I
      named field_35518 Lnet/minecraft/world/gen/chunk/Blender;field_35518:I
    • SURFACE_BLOCKS

      private static final List<Block> SURFACE_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      official i Lctb;i:Ljava/util/List;
      intermediary field_35519 Lnet/minecraft/class_6749;field_35519:Ljava/util/List;
      named SURFACE_BLOCKS Lnet/minecraft/world/gen/chunk/Blender;SURFACE_BLOCKS:Ljava/util/List;
    • NULL_BLENDER

      public static final Blender NULL_BLENDER
      Mappings:
      Namespace Name Mixin selector
      official b Lctb;b:Lctb;
      intermediary field_35512 Lnet/minecraft/class_6749;field_35512:Lnet/minecraft/class_6749;
      named NULL_BLENDER Lnet/minecraft/world/gen/chunk/Blender;NULL_BLENDER:Lnet/minecraft/world/gen/chunk/Blender;
    • field_35513

      public static final double field_35513
      Mappings:
      Namespace Name Mixin selector
      official c Lctb;c:D
      intermediary field_35513 Lnet/minecraft/class_6749;field_35513:D
      named field_35513 Lnet/minecraft/world/gen/chunk/Blender;field_35513:D
    • chunkPos

      private final ChunkPos chunkPos
      Mappings:
      Namespace Name Mixin selector
      official j Lctb;j:Lbyi;
      intermediary field_35520 Lnet/minecraft/class_6749;field_35520:Lnet/minecraft/class_1923;
      named chunkPos Lnet/minecraft/world/gen/chunk/Blender;chunkPos:Lnet/minecraft/util/math/ChunkPos;
    • surfaceHeights

      private final double[] surfaceHeights
      Mappings:
      Namespace Name Mixin selector
      official k Lctb;k:[D
      intermediary field_35521 Lnet/minecraft/class_6749;field_35521:[D
      named surfaceHeights Lnet/minecraft/world/gen/chunk/Blender;surfaceHeights:[D
    • field_35522

      private final double[][] field_35522
      Mappings:
      Namespace Name Mixin selector
      official l Lctb;l:[[D
      intermediary field_35522 Lnet/minecraft/class_6749;field_35522:[[D
      named field_35522 Lnet/minecraft/world/gen/chunk/Blender;field_35522:[[D
  • Constructor Details

    • Blender

      private Blender(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lctb;<init>(Lbyi;)V
      intermediary <init> Lnet/minecraft/class_6749;<init>(Lnet/minecraft/class_1923;)V
      named <init> Lnet/minecraft/world/gen/chunk/Blender;<init>(Lnet/minecraft/util/math/ChunkPos;)V
    • Blender

      private Blender(Chunk chunk1, Chunk chunk2, Chunk chunk3, Chunk chunk4)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lctb;<init>(Lcov;Lcov;Lcov;Lcov;)V
      intermediary <init> Lnet/minecraft/class_6749;<init>(Lnet/minecraft/class_2791;Lnet/minecraft/class_2791;Lnet/minecraft/class_2791;Lnet/minecraft/class_2791;)V
      named <init> Lnet/minecraft/world/gen/chunk/Blender;<init>(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/chunk/Chunk;)V
  • Method Details

    • create

      public static Blender create(ChunkRegion chunkRegion, int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(Laco;II)Lctb;
      intermediary method_39348 Lnet/minecraft/class_6749;method_39348(Lnet/minecraft/class_3233;II)Lnet/minecraft/class_6749;
      named create Lnet/minecraft/world/gen/chunk/Blender;create(Lnet/minecraft/world/ChunkRegion;II)Lnet/minecraft/world/gen/chunk/Blender;
    • method_39347

      private void method_39347(int index, Chunk chunk, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(ILcov;II)V
      intermediary method_39347 Lnet/minecraft/class_6749;method_39347(ILnet/minecraft/class_2791;II)V
      named method_39347 Lnet/minecraft/world/gen/chunk/Blender;method_39347(ILnet/minecraft/world/chunk/Chunk;II)V
    • getSurfaceHeight

      private static int getSurfaceHeight(Chunk chunk, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(Lcov;II)I
      intermediary method_39349 Lnet/minecraft/class_6749;method_39349(Lnet/minecraft/class_2791;II)I
      named getSurfaceHeight Lnet/minecraft/world/gen/chunk/Blender;getSurfaceHeight(Lnet/minecraft/world/chunk/Chunk;II)I
    • method_39354

      private static double[] method_39354(Chunk chunk, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official b Lctb;b(Lcov;II)[D
      intermediary method_39354 Lnet/minecraft/class_6749;method_39354(Lnet/minecraft/class_2791;II)[D
      named method_39354 Lnet/minecraft/world/gen/chunk/Blender;method_39354(Lnet/minecraft/world/chunk/Chunk;II)[D
    • method_39350

      private static boolean method_39350(Chunk chunk, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(Lcov;Lgh;)Z
      intermediary method_39350 Lnet/minecraft/class_6749;method_39350(Lnet/minecraft/class_2791;Lnet/minecraft/class_2338;)Z
      named method_39350 Lnet/minecraft/world/gen/chunk/Blender;method_39350(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/util/math/BlockPos;)Z
    • method_39344

      protected double method_39344(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(II)D
      intermediary method_39344 Lnet/minecraft/class_6749;method_39344(II)D
      named method_39344 Lnet/minecraft/world/gen/chunk/Blender;method_39344(II)D
    • method_39345

      protected double method_39345(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(III)D
      intermediary method_39345 Lnet/minecraft/class_6749;method_39345(III)D
      named method_39345 Lnet/minecraft/world/gen/chunk/Blender;method_39345(III)D
    • method_39351

      protected void method_39351(Blender.class_6751 class_6751)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(Lctb$b;)V
      intermediary method_39351 Lnet/minecraft/class_6749;method_39351(Lnet/minecraft/class_6749$class_6751;)V
      named method_39351 Lnet/minecraft/world/gen/chunk/Blender;method_39351(Lnet/minecraft/world/gen/chunk/Blender$class_6751;)V
    • method_39346

      protected void method_39346(int int2, int int3, Blender.class_6750 class_6750)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(IILctb$a;)V
      intermediary method_39346 Lnet/minecraft/class_6749;method_39346(IILnet/minecraft/class_6749$class_6750;)V
      named method_39346 Lnet/minecraft/world/gen/chunk/Blender;method_39346(IILnet/minecraft/world/gen/chunk/Blender$class_6750;)V
    • method_39353

      private static int method_39353(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official b Lctb;b(II)I
      intermediary method_39353 Lnet/minecraft/class_6749;method_39353(II)I
      named method_39353 Lnet/minecraft/world/gen/chunk/Blender;method_39353(II)I
    • method_39343

      private static int method_39343(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lctb;a(I)I
      intermediary method_39343 Lnet/minecraft/class_6749;method_39343(I)I
      named method_39343 Lnet/minecraft/world/gen/chunk/Blender;method_39343(I)I
    • method_39352

      private static int method_39352(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lctb;b(I)I
      intermediary method_39352 Lnet/minecraft/class_6749;method_39352(I)I
      named method_39352 Lnet/minecraft/world/gen/chunk/Blender;method_39352(I)I
    • method_39355

      private static int method_39355(int int2)
      Mappings:
      Namespace Name Mixin selector
      official c Lctb;c(I)I
      intermediary method_39355 Lnet/minecraft/class_6749;method_39355(I)I
      named method_39355 Lnet/minecraft/world/gen/chunk/Blender;method_39355(I)I