net.minestom.server.item.armor.TrimPatterns 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 TrimPatterns {
DynamicRegistry.Key TIDE = DynamicRegistry.Key.of("minecraft:tide");
DynamicRegistry.Key RIB = DynamicRegistry.Key.of("minecraft:rib");
DynamicRegistry.Key BOLT = DynamicRegistry.Key.of("minecraft:bolt");
DynamicRegistry.Key HOST = DynamicRegistry.Key.of("minecraft:host");
DynamicRegistry.Key SILENCE = DynamicRegistry.Key.of("minecraft:silence");
DynamicRegistry.Key WILD = DynamicRegistry.Key.of("minecraft:wild");
DynamicRegistry.Key WAYFINDER = DynamicRegistry.Key.of("minecraft:wayfinder");
DynamicRegistry.Key FLOW = DynamicRegistry.Key.of("minecraft:flow");
DynamicRegistry.Key DUNE = DynamicRegistry.Key.of("minecraft:dune");
DynamicRegistry.Key RAISER = DynamicRegistry.Key.of("minecraft:raiser");
DynamicRegistry.Key SNOUT = DynamicRegistry.Key.of("minecraft:snout");
DynamicRegistry.Key VEX = DynamicRegistry.Key.of("minecraft:vex");
DynamicRegistry.Key SPIRE = DynamicRegistry.Key.of("minecraft:spire");
DynamicRegistry.Key SENTRY = DynamicRegistry.Key.of("minecraft:sentry");
DynamicRegistry.Key EYE = DynamicRegistry.Key.of("minecraft:eye");
DynamicRegistry.Key WARD = DynamicRegistry.Key.of("minecraft:ward");
DynamicRegistry.Key COAST = DynamicRegistry.Key.of("minecraft:coast");
DynamicRegistry.Key SHAPER = DynamicRegistry.Key.of("minecraft:shaper");
}