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

net.minestom.server.entity.metadata.animal.tameable.WolfVariants Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
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");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy