Package net.minecraft.world.level.chunk
Interface Configuration
- All Known Implementing Classes:
Configuration.Global,Configuration.Simple
public interface Configuration
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionbooleanintint<T> Palette<T> createPalette(Strategy<T> pStrategy, List<T> pValues)
-
Method Details
-
alwaysRepack
boolean alwaysRepack() -
bitsInMemory
int bitsInMemory() -
bitsInStorage
int bitsInStorage() -
createPalette
-