All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.item.armor.TrimMaterials Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
package net.minestom.server.item.armor;

import net.minestom.server.registry.DynamicRegistry;

/**
 * Code autogenerated, do not edit!
 */
@SuppressWarnings("unused")
interface TrimMaterials {
    DynamicRegistry.Key LAPIS = DynamicRegistry.Key.of("minecraft:lapis");

    DynamicRegistry.Key IRON = DynamicRegistry.Key.of("minecraft:iron");

    DynamicRegistry.Key DIAMOND = DynamicRegistry.Key.of("minecraft:diamond");

    DynamicRegistry.Key AMETHYST = DynamicRegistry.Key.of("minecraft:amethyst");

    DynamicRegistry.Key COPPER = DynamicRegistry.Key.of("minecraft:copper");

    DynamicRegistry.Key QUARTZ = DynamicRegistry.Key.of("minecraft:quartz");

    DynamicRegistry.Key EMERALD = DynamicRegistry.Key.of("minecraft:emerald");

    DynamicRegistry.Key REDSTONE = DynamicRegistry.Key.of("minecraft:redstone");

    DynamicRegistry.Key GOLD = DynamicRegistry.Key.of("minecraft:gold");

    DynamicRegistry.Key NETHERITE = DynamicRegistry.Key.of("minecraft:netherite");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy