Uses of Interface
net.minecraft.world.level.chunk.Palette.Factory
-
Uses of Palette.Factory in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprivate final Palette.Factory
PalettedContainer.Configuration.factory
The field for thefactory
record component.(package private) static final Palette.Factory
PalettedContainer.Strategy.GLOBAL_PALETTE_FACTORY
static final Palette.Factory
PalettedContainer.Strategy.HASHMAP_PALETTE_FACTORY
static final Palette.Factory
PalettedContainer.Strategy.LINEAR_PALETTE_FACTORY
static final Palette.Factory
PalettedContainer.Strategy.SINGLE_VALUE_PALETTE_FACTORY
Modifier and TypeMethodDescriptionPalettedContainer.Configuration.factory()
Returns the value of thefactory
record component.ModifierConstructorDescription(package private)
Configuration
(Palette.Factory factory, int bits) Creates an instance of aConfiguration
record class.