Package net.minecraft.world.chunk
Interface PaletteType
- All Known Implementing Classes:
PaletteType.Dynamic,PaletteType.Static
public interface PaletteType
- Mappings:
Namespace Name named net/minecraft/world/chunk/PaletteTypeintermediary net/minecraft/class_11895official elp
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionintint<T> Palette<T> createPalette(PaletteProvider<T> provider, List<T> values) boolean
-
Method Details
-
shouldRepack
boolean shouldRepack()- Mappings:
Namespace Name Mixin selector named shouldRepackLnet/minecraft/world/chunk/PaletteType;shouldRepack()Zintermediary method_74151Lnet/minecraft/class_11895;method_74151()Zofficial aLelp;a()Z
-
bitsInMemory
int bitsInMemory()- Mappings:
Namespace Name Mixin selector named bitsInMemoryLnet/minecraft/world/chunk/PaletteType;bitsInMemory()Iintermediary comp_4783Lnet/minecraft/class_11895;comp_4783()Iofficial bLelp;b()I
-
bitsInStorage
int bitsInStorage()- Mappings:
Namespace Name Mixin selector named bitsInStorageLnet/minecraft/world/chunk/PaletteType;bitsInStorage()Iintermediary comp_4784Lnet/minecraft/class_11895;comp_4784()Iofficial cLelp;c()I
-
createPalette
- Mappings:
Namespace Name Mixin selector named createPaletteLnet/minecraft/world/chunk/PaletteType;createPalette(Lnet/minecraft/world/chunk/PaletteProvider;Ljava/util/List;)Lnet/minecraft/world/chunk/Palette;intermediary method_74152Lnet/minecraft/class_11895;method_74152(Lnet/minecraft/class_6563;Ljava/util/List;)Lnet/minecraft/class_2837;official aLelp;a(Lemi;Ljava/util/List;)Lemb;
-