Class TextureMappingTool
java.lang.Object
com.supermartijn642.rechiseled.texture.TextureMappingTool
Created 24/01/2022 by SuperMartijn642
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyPaletteMap(BufferedImage image, Map<Integer, Integer> palette, boolean ignoreMissingColors, String name) createPaletteMap(BufferedImage from, BufferedImage to) getSuffixes(String name, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper) Finds the suffixes of all rechiseled textures whose names start withname
-
Constructor Details
-
TextureMappingTool
public TextureMappingTool()
-
-
Method Details
-
createPaletteMap
-
applyPaletteMap
public static void applyPaletteMap(BufferedImage image, Map<Integer, Integer> palette, boolean ignoreMissingColors, String name) -
getSuffixes
public static List<String> getSuffixes(String name, net.minecraftforge.common.data.ExistingFileHelper existingFileHelper) Finds the suffixes of all rechiseled textures whose names start withname
-