Uses of Interface
net.minecraft.world.level.chunk.PaletteResize
Packages that use PaletteResize
-
Uses of PaletteResize in net.minecraft.world.level.chunk
Classes in net.minecraft.world.level.chunk that implement PaletteResizeFields in net.minecraft.world.level.chunk declared as PaletteResizeModifier and TypeFieldDescriptionprivate final PaletteResize
<T> PalettedContainer.dummyPaletteResize
private final PaletteResize
<T> HashMapPalette.resizeHandler
private final PaletteResize
<T> LinearPalette.resizeHandler
private final PaletteResize
<T> SingleValuePalette.resizeHandler
Methods in net.minecraft.world.level.chunk with parameters of type PaletteResizeModifier and TypeMethodDescriptionstatic <A> Palette
<A> GlobalPalette.create
(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette
<A> HashMapPalette.create
(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette
<A> LinearPalette.create
(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) <A> Palette
<A> Palette.Factory.create
(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette
<A> SingleValuePalette.create
(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValue) PalettedContainer.Configuration.createData
(IdMap<T> pRegistry, PaletteResize<T> pPaletteResize, int pSize) Constructors in net.minecraft.world.level.chunk with parameters of type PaletteResizeModifierConstructorDescriptionHashMapPalette
(IdMap<T> pRegistry, int pBits, PaletteResize<T> pResizeHandler) HashMapPalette
(IdMap<T> pRegistry, int pBits, PaletteResize<T> pResizeHandler, List<T> pValues) private
HashMapPalette
(IdMap<T> pRegistry, int pBits, PaletteResize<T> pResizeHandler, CrudeIncrementalIntIdentityHashBiMap<T> pValues) private
LinearPalette
(IdMap<T> pRegistry, int pBits, PaletteResize<T> pResizeHandler, List<T> pValues) private
LinearPalette
(IdMap<T> pRegistry, T[] pValues, PaletteResize<T> pResizeHandler, int pBits, int pSize) SingleValuePalette
(IdMap<T> pRegistry, PaletteResize<T> pResizeHandler, List<T> pValue)