com.parzivail.util.generics.Dyed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.generics;
import java.util.HashMap;
import java.util.function.Function;
import net.minecraft.class_1767;
public class Dyed extends HashMap
{
public Dyed(Function generator)
{
for (var color : class_1767.values())
put(color, generator.apply(color));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy