Package net.minecraft.world.level.chunk
Interface PaletteResize<T>
- All Known Implementing Classes:
PalettedContainer
interface PaletteResize<T>
-
Method Summary
-
Method Details
-
onResize
Called when the underlying palette needs to resize itself to support additional objects.- Parameters:
pBits
- The new palette size, in bits.- Returns:
- The new integer mapping for the object added.
-