net.minestom.server.entity.metadata.other.PaintingVariants 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.other;
import net.minestom.server.registry.DynamicRegistry;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface PaintingVariants {
DynamicRegistry.Key BOUQUET = DynamicRegistry.Key.of("minecraft:bouquet");
DynamicRegistry.Key WITHER = DynamicRegistry.Key.of("minecraft:wither");
DynamicRegistry.Key ALBAN = DynamicRegistry.Key.of("minecraft:alban");
DynamicRegistry.Key UNPACKED = DynamicRegistry.Key.of("minecraft:unpacked");
DynamicRegistry.Key AZTEC = DynamicRegistry.Key.of("minecraft:aztec");
DynamicRegistry.Key MATCH = DynamicRegistry.Key.of("minecraft:match");
DynamicRegistry.Key FINDING = DynamicRegistry.Key.of("minecraft:finding");
DynamicRegistry.Key BAROQUE = DynamicRegistry.Key.of("minecraft:baroque");
DynamicRegistry.Key ENDBOSS = DynamicRegistry.Key.of("minecraft:endboss");
DynamicRegistry.Key ORB = DynamicRegistry.Key.of("minecraft:orb");
DynamicRegistry.Key AZTEC2 = DynamicRegistry.Key.of("minecraft:aztec2");
DynamicRegistry.Key SUNFLOWERS = DynamicRegistry.Key.of("minecraft:sunflowers");
DynamicRegistry.Key CHANGING = DynamicRegistry.Key.of("minecraft:changing");
DynamicRegistry.Key WASTELAND = DynamicRegistry.Key.of("minecraft:wasteland");
DynamicRegistry.Key DONKEY_KONG = DynamicRegistry.Key.of("minecraft:donkey_kong");
DynamicRegistry.Key BUST = DynamicRegistry.Key.of("minecraft:bust");
DynamicRegistry.Key POOL = DynamicRegistry.Key.of("minecraft:pool");
DynamicRegistry.Key PIGSCENE = DynamicRegistry.Key.of("minecraft:pigscene");
DynamicRegistry.Key BURNING_SKULL = DynamicRegistry.Key.of("minecraft:burning_skull");
DynamicRegistry.Key FIRE = DynamicRegistry.Key.of("minecraft:fire");
DynamicRegistry.Key SEA = DynamicRegistry.Key.of("minecraft:sea");
DynamicRegistry.Key SUNSET = DynamicRegistry.Key.of("minecraft:sunset");
DynamicRegistry.Key POND = DynamicRegistry.Key.of("minecraft:pond");
DynamicRegistry.Key HUMBLE = DynamicRegistry.Key.of("minecraft:humble");
DynamicRegistry.Key TIDES = DynamicRegistry.Key.of("minecraft:tides");
DynamicRegistry.Key PRAIRIE_RIDE = DynamicRegistry.Key.of("minecraft:prairie_ride");
DynamicRegistry.Key FERN = DynamicRegistry.Key.of("minecraft:fern");
DynamicRegistry.Key PASSAGE = DynamicRegistry.Key.of("minecraft:passage");
DynamicRegistry.Key LOWMIST = DynamicRegistry.Key.of("minecraft:lowmist");
DynamicRegistry.Key COURBET = DynamicRegistry.Key.of("minecraft:courbet");
DynamicRegistry.Key WANDERER = DynamicRegistry.Key.of("minecraft:wanderer");
DynamicRegistry.Key BACKYARD = DynamicRegistry.Key.of("minecraft:backyard");
DynamicRegistry.Key EARTH = DynamicRegistry.Key.of("minecraft:earth");
DynamicRegistry.Key SKULL_AND_ROSES = DynamicRegistry.Key.of("minecraft:skull_and_roses");
DynamicRegistry.Key CAVEBIRD = DynamicRegistry.Key.of("minecraft:cavebird");
DynamicRegistry.Key FIGHTERS = DynamicRegistry.Key.of("minecraft:fighters");
DynamicRegistry.Key COTAN = DynamicRegistry.Key.of("minecraft:cotan");
DynamicRegistry.Key CREEBET = DynamicRegistry.Key.of("minecraft:creebet");
DynamicRegistry.Key OWLEMONS = DynamicRegistry.Key.of("minecraft:owlemons");
DynamicRegistry.Key GRAHAM = DynamicRegistry.Key.of("minecraft:graham");
DynamicRegistry.Key MEDITATIVE = DynamicRegistry.Key.of("minecraft:meditative");
DynamicRegistry.Key KEBAB = DynamicRegistry.Key.of("minecraft:kebab");
DynamicRegistry.Key STAGE = DynamicRegistry.Key.of("minecraft:stage");
DynamicRegistry.Key BOMB = DynamicRegistry.Key.of("minecraft:bomb");
DynamicRegistry.Key PLANT = DynamicRegistry.Key.of("minecraft:plant");
DynamicRegistry.Key WATER = DynamicRegistry.Key.of("minecraft:water");
DynamicRegistry.Key POINTER = DynamicRegistry.Key.of("minecraft:pointer");
DynamicRegistry.Key SKELETON = DynamicRegistry.Key.of("minecraft:skeleton");
DynamicRegistry.Key VOID = DynamicRegistry.Key.of("minecraft:void");
DynamicRegistry.Key WIND = DynamicRegistry.Key.of("minecraft:wind");
}