Class EmptyPaletteStorage

java.lang.Object
net.minecraft.util.collection.EmptyPaletteStorage
All Implemented Interfaces:
PaletteStorage

public class EmptyPaletteStorage extends Object implements PaletteStorage
An empty palette storage has a size, but all its elements are 0.
Mappings:
Namespace Name
official apb
intermediary net/minecraft/class_6502
named net/minecraft/util/collection/EmptyPaletteStorage
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long[]
     
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes an action on all values in this storage, sequentially.
    int
    get(int index)
    Returns the value at index in this storage.
    long[]
    Returns the backing data of this storage.
    int
    Returns the number of bits each element in this storage uses.
    int
    Returns the size of, or the number of elements in, this storage.
    void
    method_39892(int[] int2)
    void
    set(int index, int value)
    Sets value to index in this storage.
    int
    swap(int index, int value)
    Sets value to index and returns the previous value in this storage.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY_DATA

      public static final long[] EMPTY_DATA
      Mappings:
      Namespace Name Mixin selector
      official a Lapb;a:[J
      intermediary field_34401 Lnet/minecraft/class_6502;field_34401:[J
      named EMPTY_DATA Lnet/minecraft/util/collection/EmptyPaletteStorage;EMPTY_DATA:[J
    • size

      private final int size
      Mappings:
      Namespace Name Mixin selector
      official b Lapb;b:I
      intermediary field_34402 Lnet/minecraft/class_6502;field_34402:I
      named size Lnet/minecraft/util/collection/EmptyPaletteStorage;size:I
  • Constructor Details

    • EmptyPaletteStorage

      public EmptyPaletteStorage(int size)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lapb;<init>(I)V
      intermediary <init> Lnet/minecraft/class_6502;<init>(I)V
      named <init> Lnet/minecraft/util/collection/EmptyPaletteStorage;<init>(I)V
  • Method Details

    • swap

      public int swap(int index, int value)
      Sets value to index and returns the previous value in this storage.
      Specified by:
      swap in interface PaletteStorage
      Parameters:
      index - the index
      value - the value to set
      Returns:
      the previous value
      Mappings:
      Namespace Name Mixin selector
      official a Lamy;a(II)I
      intermediary method_15214 Lnet/minecraft/class_6490;method_15214(II)I
      named swap Lnet/minecraft/util/collection/PaletteStorage;swap(II)I
    • set

      public void set(int index, int value)
      Sets value to index in this storage.
      Specified by:
      set in interface PaletteStorage
      Parameters:
      index - the index
      value - the value to set
      Mappings:
      Namespace Name Mixin selector
      official b Lamy;b(II)V
      intermediary method_15210 Lnet/minecraft/class_6490;method_15210(II)V
      named set Lnet/minecraft/util/collection/PaletteStorage;set(II)V
    • get

      public int get(int index)
      Returns the value at index in this storage.
      Specified by:
      get in interface PaletteStorage
      Parameters:
      index - the index
      Returns:
      the value at index in this storage
      Mappings:
      Namespace Name Mixin selector
      official a Lamy;a(I)I
      intermediary method_15211 Lnet/minecraft/class_6490;method_15211(I)I
      named get Lnet/minecraft/util/collection/PaletteStorage;get(I)I
    • getData

      public long[] getData()
      Returns the backing data of this storage.
      Specified by:
      getData in interface PaletteStorage
      Returns:
      the backing data of this storage
      Mappings:
      Namespace Name Mixin selector
      official a Lamy;a()[J
      intermediary method_15212 Lnet/minecraft/class_6490;method_15212()[J
      named getData Lnet/minecraft/util/collection/PaletteStorage;getData()[J
    • getSize

      public int getSize()
      Returns the size of, or the number of elements in, this storage.
      Specified by:
      getSize in interface PaletteStorage
      Returns:
      the size of, or the number of elements in, this storage
      Mappings:
      Namespace Name Mixin selector
      official b Lamy;b()I
      intermediary method_15215 Lnet/minecraft/class_6490;method_15215()I
      named getSize Lnet/minecraft/util/collection/PaletteStorage;getSize()I
    • getElementBits

      public int getElementBits()
      Returns the number of bits each element in this storage uses.
      Specified by:
      getElementBits in interface PaletteStorage
      Returns:
      the number of bits each element in this storage uses
      Mappings:
      Namespace Name Mixin selector
      official c Lamy;c()I
      intermediary method_34896 Lnet/minecraft/class_6490;method_34896()I
      named getElementBits Lnet/minecraft/util/collection/PaletteStorage;getElementBits()I
    • forEach

      public void forEach(IntConsumer action)
      Executes an action on all values in this storage, sequentially.
      Specified by:
      forEach in interface PaletteStorage
      Mappings:
      Namespace Name Mixin selector
      official a Lamy;a(Ljava/util/function/IntConsumer;)V
      intermediary method_21739 Lnet/minecraft/class_6490;method_21739(Ljava/util/function/IntConsumer;)V
      named forEach Lnet/minecraft/util/collection/PaletteStorage;forEach(Ljava/util/function/IntConsumer;)V
    • method_39892

      public void method_39892(int[] int2)
      Specified by:
      method_39892 in interface PaletteStorage
      Mappings:
      Namespace Name Mixin selector
      official a Lamy;a([I)V
      intermediary method_39892 Lnet/minecraft/class_6490;method_39892([I)V
      named method_39892 Lnet/minecraft/util/collection/PaletteStorage;method_39892([I)V
    • copy

      public PaletteStorage copy()
      Specified by:
      copy in interface PaletteStorage
      Mappings:
      Namespace Name Mixin selector
      official d Lamy;d()Lamy;
      intermediary method_39939 Lnet/minecraft/class_6490;method_39939()Lnet/minecraft/class_6490;
      named copy Lnet/minecraft/util/collection/PaletteStorage;copy()Lnet/minecraft/util/collection/PaletteStorage;