net.minestom.server.entity.metadata.animal.tameable.WolfVariants 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.entity.metadata.animal.tameable;
import net.minestom.server.registry.DynamicRegistry;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface WolfVariants {
DynamicRegistry.Key BLACK = DynamicRegistry.Key.of("minecraft:black");
DynamicRegistry.Key CHESTNUT = DynamicRegistry.Key.of("minecraft:chestnut");
DynamicRegistry.Key SNOWY = DynamicRegistry.Key.of("minecraft:snowy");
DynamicRegistry.Key STRIPED = DynamicRegistry.Key.of("minecraft:striped");
DynamicRegistry.Key ASHEN = DynamicRegistry.Key.of("minecraft:ashen");
DynamicRegistry.Key SPOTTED = DynamicRegistry.Key.of("minecraft:spotted");
DynamicRegistry.Key RUSTY = DynamicRegistry.Key.of("minecraft:rusty");
DynamicRegistry.Key WOODS = DynamicRegistry.Key.of("minecraft:woods");
DynamicRegistry.Key PALE = DynamicRegistry.Key.of("minecraft:pale");
}