net.minestom.server.item.armor.TrimMaterials Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minestom-snapshots Show documentation
Show all versions of minestom-snapshots Show documentation
1.20.4 Lightweight Minecraft server
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");
}