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.FactoryPalettedContainer.Configuration.factoryThe field for thefactoryrecord component.(package private) static final Palette.FactoryPalettedContainer.Strategy.GLOBAL_PALETTE_FACTORYstatic final Palette.FactoryPalettedContainer.Strategy.HASHMAP_PALETTE_FACTORYstatic final Palette.FactoryPalettedContainer.Strategy.LINEAR_PALETTE_FACTORYstatic final Palette.FactoryPalettedContainer.Strategy.SINGLE_VALUE_PALETTE_FACTORYMethods in net.minecraft.world.level.chunk that return Palette.FactoryModifier and TypeMethodDescriptionPalettedContainer.Configuration.factory()Returns the value of thefactoryrecord 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 aConfigurationrecord class.