net.minecraft.client.renderer.texture.atlas.sources

public record PalettedPermutations

implements SpriteSource

ihx
net.minecraft.client.renderer.texture.atlas.sources.PalettedPermutations
net.minecraft.class_8066
net.minecraft.client.texture.atlas.PalettedPermutationsAtlasSource

Field summary

Modifier and TypeField
private final List<Identifier>
d
textures
comp_3615
textures
private final Identifier
e
paletteKey
comp_3616
paletteKey
private final Map<String, Identifier>
f
permutations
comp_3617
permutations
private final String
g
separator
comp_3618
separator
static final org.slf4j.Logger
h
LOGGER
field_42078
LOGGER
public static final String
b
DEFAULT_SEPARATOR
field_56378
DEFAULT_SEPARATOR
public static final com.mojang.serialization.MapCodec<PalettedPermutations>
c
MAP_CODEC
field_42077
CODEC

Constructor summary

ModifierConstructor
public (List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations)
public (List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations, String separator)

Method summary

Modifier and TypeMethod
public void
a(baz arg0, ihr$c arg1)
run(ResourceManager arg0, SpriteSource$Output arg1)
method_47673(class_3300 arg0, class_7948$class_7949 arg1)
load(ResourceManager arg0, AtlasSource$SpriteRegions arg1)
private static IntUnaryOperator
a(int[] arg0, int[] arg1)
createPaletteMapping(int[] arg0, int[] arg1)
method_48492(int[] arg0, int[] arg1)
toMapper(int[] from, int[] to)
private static int[]
a(baz arg0, amo arg1)
loadPaletteEntryFromImage(ResourceManager arg0, Identifier arg1)
method_48486(class_3300 arg0, class_2960 arg1)
open(ResourceManager resourceManager, Identifier texture)
public com.mojang.serialization.MapCodec<PalettedPermutations>
a()
codec()
method_67288()
getCodec()
public List<Identifier>
b()
textures()
comp_3615()
textures()
public Identifier
c()
paletteKey()
comp_3616()
paletteKey()
public Map<String, Identifier>
d()
permutations()
comp_3617()
permutations()
public String
e()
separator()
comp_3618()
separator()