package io.papermc.paper.registry.keys; import static net.kyori.adventure.key.Key.key; import io.papermc.paper.generated.GeneratedFrom; import io.papermc.paper.registry.RegistryKey; import io.papermc.paper.registry.TypedKey; import net.kyori.adventure.key.Key; import org.bukkit.Art; import org.checkerframework.checker.nullness.qual.NonNull; import org.jetbrains.annotations.ApiStatus; /** * Vanilla keys for {@link RegistryKey#PAINTING_VARIANT}. * * @apiNote The fields provided here are a direct representation of * what is available from the vanilla game source. They may be * changed (including removals) on any Minecraft version * bump, so cross-version compatibility is not provided on the * same level as it is on most of the other API. */ @SuppressWarnings({ "unused", "SpellCheckingInspection" }) @GeneratedFrom("1.21.3") @ApiStatus.Experimental public final class PaintingVariantKeys { /** * {@code minecraft:alban} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey ALBAN = create(key("alban")); /** * {@code minecraft:aztec} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey AZTEC = create(key("aztec")); /** * {@code minecraft:aztec2} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey AZTEC2 = create(key("aztec2")); /** * {@code minecraft:backyard} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BACKYARD = create(key("backyard")); /** * {@code minecraft:baroque} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BAROQUE = create(key("baroque")); /** * {@code minecraft:bomb} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BOMB = create(key("bomb")); /** * {@code minecraft:bouquet} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BOUQUET = create(key("bouquet")); /** * {@code minecraft:burning_skull} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BURNING_SKULL = create(key("burning_skull")); /** * {@code minecraft:bust} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey BUST = create(key("bust")); /** * {@code minecraft:cavebird} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey CAVEBIRD = create(key("cavebird")); /** * {@code minecraft:changing} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey CHANGING = create(key("changing")); /** * {@code minecraft:cotan} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey COTAN = create(key("cotan")); /** * {@code minecraft:courbet} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey COURBET = create(key("courbet")); /** * {@code minecraft:creebet} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey CREEBET = create(key("creebet")); /** * {@code minecraft:donkey_kong} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey DONKEY_KONG = create(key("donkey_kong")); /** * {@code minecraft:earth} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey EARTH = create(key("earth")); /** * {@code minecraft:endboss} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey ENDBOSS = create(key("endboss")); /** * {@code minecraft:fern} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey FERN = create(key("fern")); /** * {@code minecraft:fighters} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey FIGHTERS = create(key("fighters")); /** * {@code minecraft:finding} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey FINDING = create(key("finding")); /** * {@code minecraft:fire} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey FIRE = create(key("fire")); /** * {@code minecraft:graham} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey GRAHAM = create(key("graham")); /** * {@code minecraft:humble} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey HUMBLE = create(key("humble")); /** * {@code minecraft:kebab} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey KEBAB = create(key("kebab")); /** * {@code minecraft:lowmist} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey LOWMIST = create(key("lowmist")); /** * {@code minecraft:match} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey MATCH = create(key("match")); /** * {@code minecraft:meditative} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey MEDITATIVE = create(key("meditative")); /** * {@code minecraft:orb} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey ORB = create(key("orb")); /** * {@code minecraft:owlemons} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey OWLEMONS = create(key("owlemons")); /** * {@code minecraft:passage} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey PASSAGE = create(key("passage")); /** * {@code minecraft:pigscene} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey PIGSCENE = create(key("pigscene")); /** * {@code minecraft:plant} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey PLANT = create(key("plant")); /** * {@code minecraft:pointer} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey POINTER = create(key("pointer")); /** * {@code minecraft:pond} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey POND = create(key("pond")); /** * {@code minecraft:pool} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey POOL = create(key("pool")); /** * {@code minecraft:prairie_ride} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey PRAIRIE_RIDE = create(key("prairie_ride")); /** * {@code minecraft:sea} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey SEA = create(key("sea")); /** * {@code minecraft:skeleton} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey SKELETON = create(key("skeleton")); /** * {@code minecraft:skull_and_roses} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey SKULL_AND_ROSES = create(key("skull_and_roses")); /** * {@code minecraft:stage} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey STAGE = create(key("stage")); /** * {@code minecraft:sunflowers} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey SUNFLOWERS = create(key("sunflowers")); /** * {@code minecraft:sunset} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey SUNSET = create(key("sunset")); /** * {@code minecraft:tides} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey TIDES = create(key("tides")); /** * {@code minecraft:unpacked} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey UNPACKED = create(key("unpacked")); /** * {@code minecraft:void} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey VOID = create(key("void")); /** * {@code minecraft:wanderer} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey WANDERER = create(key("wanderer")); /** * {@code minecraft:wasteland} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey WASTELAND = create(key("wasteland")); /** * {@code minecraft:water} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey WATER = create(key("water")); /** * {@code minecraft:wind} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey WIND = create(key("wind")); /** * {@code minecraft:wither} * * @apiNote This field is version-dependant and may be removed in future Minecraft versions */ public static final TypedKey WITHER = create(key("wither")); private PaintingVariantKeys() { } /** * Creates a key for {@link Art} in the registry {@code minecraft:painting_variant}. * * @param key the value's key in the registry * @return a new typed key */ @ApiStatus.Experimental public static @NonNull TypedKey create(final @NonNull Key key) { return TypedKey.create(RegistryKey.PAINTING_VARIANT, key); } }