Uses of Class
net.minecraft.client.resources.palette.Palette
Packages that use Palette
Package
Description
-
Uses of Palette in net.minecraft.client.renderer.texture.atlas.sources
Methods in net.minecraft.client.renderer.texture.atlas.sources that return PaletteModifier and TypeMethodDescriptionstatic PalettePalettedPermutations.loadPaletteEntryFromImage(ResourceManager resourceManager, Identifier paletteId) -
Uses of Palette in net.minecraft.client.resources.palette
Fields in net.minecraft.client.resources.palette declared as PaletteMethods in net.minecraft.client.resources.palette that return PaletteModifier and TypeMethodDescriptionstatic PalettePalette.from(NativeImage image) static Palettestatic PalettePalette.of(int... colors) private static PalettePalette.tryLoad(Identifier id, Resource resource) Methods in net.minecraft.client.resources.palette that return types with arguments of type PaletteModifier and TypeMethodDescriptionstatic CompletableFuture<Map<Identifier, Palette>> Palette.listAndLoad(ResourceManager resourceManager, Executor taskExecutor) Methods in net.minecraft.client.resources.palette with parameters of type PaletteConstructor parameters in net.minecraft.client.resources.palette with type arguments of type Palette