com.parzivail.util.registry.ArmorItems 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.registry;
import net.minecraft.class_1738;
import net.minecraft.class_1741;
import net.minecraft.class_1792;
public class ArmorItems
{
public final class_1738 helmet;
public final class_1738 chestplate;
public final class_1738 leggings;
public final class_1738 boots;
public ArmorItems(class_1741 material, class_1792.class_1793 settings)
{
helmet = new class_1738(material, class_1738.class_8051.field_41934, settings);
chestplate = new class_1738(material, class_1738.class_8051.field_41935, settings);
leggings = new class_1738(material, class_1738.class_8051.field_41936, settings);
boots = new class_1738(material, class_1738.class_8051.field_41937, settings);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy