History - net.minecraft.world.chunk.PaletteProvider
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.level.chunk.Strategy
net.minecraft.class_6563
net.minecraft.world.chunk.PaletteProvider
Fields
Palette$Factory: SINGLE_VALUE_PALETTE_FACTORY, field_34566, SINGULAR
Palette$Factory: LINEAR_PALETTE_FACTORY, field_34567, ARRAY
Palette$Factory: HASHMAP_PALETTE_FACTORY, field_34568, BI_MAP
PaletteType: ZERO_BITS, field_62438, SINGULAR_TYPE
PaletteType: ONE_BIT_LINEAR, field_62439, ARRAY_1_TYPE
PaletteType: TWO_BITS_LINEAR, field_62440, ARRAY_2_TYPE
PaletteType: THREE_BITS_LINEAR, field_62441, ARRAY_3_TYPE
PaletteType: FOUR_BITS_LINEAR, field_62442, ARRAY_4_TYPE
PaletteType: FIVE_BITS_HASHMAP, field_62443, BI_MAP_5_TYPE
PaletteType: SIX_BITS_HASHMAP, field_62444, BI_MAP_6_TYPE
PaletteType: SEVEN_BITS_HASHMAP, field_62445, BI_MAP_7_TYPE
PaletteType: EIGHT_BITS_HASHMAP, field_62446, BI_MAP_8_TYPE
IndexedIterable<T>: globalMap, field_62542, idList
IdListPalette<T>: globalPalette, field_62543, palette
int: globalPaletteBitsInMemory, field_62541, bitsInMemory
int: bitsPerAxis, field_62544, bitsPerAxis
int: entryCount, field_62545, size
Constructors
(IndexedIterable<T>, int)
Methods
<T> PaletteProvider<T> (IndexedIterable<T>): createForBlockStates, method_74162, forBlockStates
<T> PaletteProvider<T> (IndexedIterable<T>): createForBiomes, method_74165, forBiomes
int (): entryCount, method_74161, getSize
int (int, int, int): getIndex, method_38313, computeIndex
IndexedIterable<T> (): globalMap, method_74163, getIdList
IdListPalette<T> (): globalPalette, method_74166, getPalette
PaletteType (int): getConfigurationForBitCount, method_38314, createType
PaletteType (int): getConfigurationForPaletteSize, method_74164, createTypeFromSize
int (int): minimumBitsRequiredForDistinctValues, method_74167, toBits