Class ChunkNibbleArray

java.lang.Object
net.minecraft.world.chunk.ChunkNibbleArray

public class ChunkNibbleArray extends Object
Mappings:
Namespace Name
official axs
intermediary net/minecraft/class_1194
named net/minecraft/world/chunk/ChunkNibbleArray
  • Field Details

    • bytes

      private final byte[] bytes
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a:[B
      intermediary field_4721 Lnet/minecraft/class_1194;field_4721:[B
      named bytes Lnet/minecraft/world/chunk/ChunkNibbleArray;bytes:[B
  • Constructor Details

    • ChunkNibbleArray

      public ChunkNibbleArray()
    • ChunkNibbleArray

      public ChunkNibbleArray(byte[] bytes)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxs;<init>([B)V
      intermediary <init> Lnet/minecraft/class_1194;<init>([B)V
      named <init> Lnet/minecraft/world/chunk/ChunkNibbleArray;<init>([B)V
  • Method Details

    • get

      public int get(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a(III)I
      intermediary method_3875 Lnet/minecraft/class_1194;method_3875(III)I
      named get Lnet/minecraft/world/chunk/ChunkNibbleArray;get(III)I
    • set

      public void set(int x, int y, int z, int value)
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a(IIII)V
      intermediary method_3876 Lnet/minecraft/class_1194;method_3876(IIII)V
      named set Lnet/minecraft/world/chunk/ChunkNibbleArray;set(IIII)V
    • getIndex

      private int getIndex(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official b Laxs;b(III)I
      intermediary method_9129 Lnet/minecraft/class_1194;method_9129(III)I
      named getIndex Lnet/minecraft/world/chunk/ChunkNibbleArray;getIndex(III)I
    • get

      public int get(int index)
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a(I)I
      intermediary method_9126 Lnet/minecraft/class_1194;method_9126(I)I
      named get Lnet/minecraft/world/chunk/ChunkNibbleArray;get(I)I
    • set

      public void set(int index, int meta)
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a(II)V
      intermediary method_9127 Lnet/minecraft/class_1194;method_9127(II)V
      named set Lnet/minecraft/world/chunk/ChunkNibbleArray;set(II)V
    • isLowerMetaIndex

      private boolean isLowerMetaIndex(int index)
      Mappings:
      Namespace Name Mixin selector
      official b Laxs;b(I)Z
      intermediary method_9128 Lnet/minecraft/class_1194;method_9128(I)Z
      named isLowerMetaIndex Lnet/minecraft/world/chunk/ChunkNibbleArray;isLowerMetaIndex(I)Z
    • getMetaIndex

      private int getMetaIndex(int index)
      Mappings:
      Namespace Name Mixin selector
      official c Laxs;c(I)I
      intermediary method_9130 Lnet/minecraft/class_1194;method_9130(I)I
      named getMetaIndex Lnet/minecraft/world/chunk/ChunkNibbleArray;getMetaIndex(I)I
    • getValue

      public byte[] getValue()
      Mappings:
      Namespace Name Mixin selector
      official a Laxs;a()[B
      intermediary method_9125 Lnet/minecraft/class_1194;method_9125()[B
      named getValue Lnet/minecraft/world/chunk/ChunkNibbleArray;getValue()[B