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.FactoryConfiguration.Simple.factoryThe field for thefactoryrecord component.private static final Palette.FactoryStrategy.HASHMAP_PALETTE_FACTORYprivate static final Palette.FactoryStrategy.LINEAR_PALETTE_FACTORYprivate static final Palette.FactoryStrategy.SINGLE_VALUE_PALETTE_FACTORYMethods in net.minecraft.world.level.chunk that return Palette.FactoryModifier and TypeMethodDescriptionConfiguration.Simple.factory()Returns the value of thefactoryrecord component.Constructors in net.minecraft.world.level.chunk with parameters of type Palette.FactoryModifierConstructorDescriptionSimple(Palette.Factory factory, int bits) Creates an instance of aSimplerecord class.