Uses of Interface
net.minecraft.world.level.chunk.Palette.Factory
Packages that use Palette.Factory
-
Uses of Palette.Factory in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as Palette.FactoryModifier 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
Methods in net.minecraft.world.level.chunk that return Palette.FactoryModifier and TypeMethodDescriptionPalettedContainer.Configuration.factory()
Returns the value of thefactory
record component.Constructors in net.minecraft.world.level.chunk with parameters of type Palette.FactoryModifierConstructorDescription(package private)
Configuration
(Palette.Factory factory, int bits) Creates an instance of aConfiguration
record class.