Class PalettedPermutationsAtlasSource
java.lang.Object
net.minecraft.client.texture.atlas.PalettedPermutationsAtlasSource
- All Implemented Interfaces:
- AtlasSource
@Environment(CLIENT)
public class PalettedPermutationsAtlasSource
extends Object
implements AtlasSource
- Mappings:
- Namespace - Name - official - fvf- intermediary - net/minecraft/class_8066- named - net/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static final recordNested classes/interfaces inherited from interface net.minecraft.client.texture.atlas.AtlasSourceAtlasSource.SpriteRegion, AtlasSource.SpriteRegions
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PalettedPermutationsAtlasSource>(package private) static final Loggerprivate final Identifierprivate final Map<String,Identifier> private final List<Identifier>Fields inherited from interface net.minecraft.client.texture.atlas.AtlasSourceRESOURCE_FINDER
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivatePalettedPermutationsAtlasSource(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) 
- 
Method SummaryModifier and TypeMethodDescriptiongetType()voidload(ResourceManager resourceManager, AtlasSource.SpriteRegions regions) static int[]method_48486(ResourceManager resourceManager, Identifier identifier) private static IntUnaryOperatormethod_48492(int[] int2, int[] int3) 
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfvf;c:Lorg/slf4j/Logger;- intermediary - field_42078- Lnet/minecraft/class_8066;field_42078:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;LOGGER:Lorg/slf4j/Logger;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfvf;b:Lcom/mojang/serialization/Codec;- intermediary - field_42077- Lnet/minecraft/class_8066;field_42077:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;CODEC:Lcom/mojang/serialization/Codec;
 
- 
textures- Mappings:
- Namespace - Name - Mixin selector - official - d- Lfvf;d:Ljava/util/List;- intermediary - field_42079- Lnet/minecraft/class_8066;field_42079:Ljava/util/List;- named - textures- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;textures:Ljava/util/List;
 
- 
permutations- Mappings:
- Namespace - Name - Mixin selector - official - e- Lfvf;e:Ljava/util/Map;- intermediary - field_42080- Lnet/minecraft/class_8066;field_42080:Ljava/util/Map;- named - permutations- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;permutations:Ljava/util/Map;
 
- 
paletteKey- Mappings:
- Namespace - Name - Mixin selector - official - f- Lfvf;f:Lacq;- intermediary - field_42081- Lnet/minecraft/class_8066;field_42081:Lnet/minecraft/class_2960;- named - paletteKey- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;paletteKey:Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
PalettedPermutationsAtlasSourceprivate PalettedPermutationsAtlasSource(List<Identifier> textures, Identifier paletteKey, Map<String, Identifier> permutations) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfvf;<init>(Ljava/util/List;Lacq;Ljava/util/Map;)V- intermediary - <init>- Lnet/minecraft/class_8066;<init>(Ljava/util/List;Lnet/minecraft/class_2960;Ljava/util/Map;)V- named - <init>- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;<init>(Ljava/util/List;Lnet/minecraft/util/Identifier;Ljava/util/Map;)V
 
 
- 
- 
Method Details- 
load- Specified by:
- loadin interface- AtlasSource
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfuz;a(Lakx;Lfuz$a;)V- intermediary - method_47673- Lnet/minecraft/class_7948;method_47673(Lnet/minecraft/class_3300;Lnet/minecraft/class_7948$class_7949;)V- named - load- Lnet/minecraft/client/texture/atlas/AtlasSource;load(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/client/texture/atlas/AtlasSource$SpriteRegions;)V
 
- 
method_48492- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfvf;a([I[I)Ljava/util/function/IntUnaryOperator;- intermediary - method_48492- Lnet/minecraft/class_8066;method_48492([I[I)Ljava/util/function/IntUnaryOperator;- named - method_48492- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;method_48492([I[I)Ljava/util/function/IntUnaryOperator;
 
- 
method_48486- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfvf;a(Lakx;Lacq;)[I- intermediary - method_48486- Lnet/minecraft/class_8066;method_48486(Lnet/minecraft/class_3300;Lnet/minecraft/class_2960;)[I- named - method_48486- Lnet/minecraft/client/texture/atlas/PalettedPermutationsAtlasSource;method_48486(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/Identifier;)[I
 
- 
getType- Specified by:
- getTypein interface- AtlasSource
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfuz;a()Lfva;- intermediary - method_47672- Lnet/minecraft/class_7948;method_47672()Lnet/minecraft/class_7951;- named - getType- Lnet/minecraft/client/texture/atlas/AtlasSource;getType()Lnet/minecraft/client/texture/atlas/AtlasSourceType;
 
 
-