Interface PaletteType

All Known Implementing Classes:
PaletteType.Dynamic, PaletteType.Static

public interface PaletteType
Mappings:
Namespace Name
named net/minecraft/world/chunk/PaletteType
intermediary net/minecraft/class_11895
official epc
  • Method Details

    • shouldRepack

      boolean shouldRepack()
      Mappings:
      Namespace Name Mixin selector
      named shouldRepack Lnet/minecraft/world/chunk/PaletteType;shouldRepack()Z
      intermediary method_74151 Lnet/minecraft/class_11895;method_74151()Z
      official a Lepc;a()Z
    • bitsInMemory

      int bitsInMemory()
      Mappings:
      Namespace Name Mixin selector
      named bitsInMemory Lnet/minecraft/world/chunk/PaletteType;bitsInMemory()I
      intermediary comp_4783 Lnet/minecraft/class_11895;comp_4783()I
      official b Lepc;b()I
    • bitsInStorage

      int bitsInStorage()
      Mappings:
      Namespace Name Mixin selector
      named bitsInStorage Lnet/minecraft/world/chunk/PaletteType;bitsInStorage()I
      intermediary comp_4784 Lnet/minecraft/class_11895;comp_4784()I
      official c Lepc;c()I
    • createPalette

      <T> Palette<T> createPalette(PaletteProvider<T> provider, List<T> values)
      Mappings:
      Namespace Name Mixin selector
      named createPalette Lnet/minecraft/world/chunk/PaletteType;createPalette(Lnet/minecraft/world/chunk/PaletteProvider;Ljava/util/List;)Lnet/minecraft/world/chunk/Palette;
      intermediary method_74152 Lnet/minecraft/class_11895;method_74152(Lnet/minecraft/class_6563;Ljava/util/List;)Lnet/minecraft/class_2837;
      official a Lepc;a(Lepv;Ljava/util/List;)Lepo;