net.minestom.server.instance.block.banner.BannerPatterns 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.instance.block.banner;
import net.minestom.server.registry.DynamicRegistry;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface BannerPatterns {
DynamicRegistry.Key BORDER = DynamicRegistry.Key.of("minecraft:border");
DynamicRegistry.Key SQUARE_BOTTOM_RIGHT = DynamicRegistry.Key.of("minecraft:square_bottom_right");
DynamicRegistry.Key STRIPE_RIGHT = DynamicRegistry.Key.of("minecraft:stripe_right");
DynamicRegistry.Key FLOW = DynamicRegistry.Key.of("minecraft:flow");
DynamicRegistry.Key RHOMBUS = DynamicRegistry.Key.of("minecraft:rhombus");
DynamicRegistry.Key TRIANGLES_TOP = DynamicRegistry.Key.of("minecraft:triangles_top");
DynamicRegistry.Key GRADIENT = DynamicRegistry.Key.of("minecraft:gradient");
DynamicRegistry.Key GLOBE = DynamicRegistry.Key.of("minecraft:globe");
DynamicRegistry.Key MOJANG = DynamicRegistry.Key.of("minecraft:mojang");
DynamicRegistry.Key STRIPE_BOTTOM = DynamicRegistry.Key.of("minecraft:stripe_bottom");
DynamicRegistry.Key STRIPE_MIDDLE = DynamicRegistry.Key.of("minecraft:stripe_middle");
DynamicRegistry.Key FLOWER = DynamicRegistry.Key.of("minecraft:flower");
DynamicRegistry.Key DIAGONAL_UP_RIGHT = DynamicRegistry.Key.of("minecraft:diagonal_up_right");
DynamicRegistry.Key CIRCLE = DynamicRegistry.Key.of("minecraft:circle");
DynamicRegistry.Key HALF_HORIZONTAL = DynamicRegistry.Key.of("minecraft:half_horizontal");
DynamicRegistry.Key BRICKS = DynamicRegistry.Key.of("minecraft:bricks");
DynamicRegistry.Key TRIANGLE_BOTTOM = DynamicRegistry.Key.of("minecraft:triangle_bottom");
DynamicRegistry.Key CURLY_BORDER = DynamicRegistry.Key.of("minecraft:curly_border");
DynamicRegistry.Key BASE = DynamicRegistry.Key.of("minecraft:base");
DynamicRegistry.Key PIGLIN = DynamicRegistry.Key.of("minecraft:piglin");
DynamicRegistry.Key STRIPE_CENTER = DynamicRegistry.Key.of("minecraft:stripe_center");
DynamicRegistry.Key SQUARE_BOTTOM_LEFT = DynamicRegistry.Key.of("minecraft:square_bottom_left");
DynamicRegistry.Key SQUARE_TOP_RIGHT = DynamicRegistry.Key.of("minecraft:square_top_right");
DynamicRegistry.Key STRIPE_DOWNRIGHT = DynamicRegistry.Key.of("minecraft:stripe_downright");
DynamicRegistry.Key GUSTER = DynamicRegistry.Key.of("minecraft:guster");
DynamicRegistry.Key GRADIENT_UP = DynamicRegistry.Key.of("minecraft:gradient_up");
DynamicRegistry.Key DIAGONAL_RIGHT = DynamicRegistry.Key.of("minecraft:diagonal_right");
DynamicRegistry.Key HALF_VERTICAL_RIGHT = DynamicRegistry.Key.of("minecraft:half_vertical_right");
DynamicRegistry.Key SMALL_STRIPES = DynamicRegistry.Key.of("minecraft:small_stripes");
DynamicRegistry.Key CROSS = DynamicRegistry.Key.of("minecraft:cross");
DynamicRegistry.Key DIAGONAL_LEFT = DynamicRegistry.Key.of("minecraft:diagonal_left");
DynamicRegistry.Key SKULL = DynamicRegistry.Key.of("minecraft:skull");
DynamicRegistry.Key STRIPE_DOWNLEFT = DynamicRegistry.Key.of("minecraft:stripe_downleft");
DynamicRegistry.Key DIAGONAL_UP_LEFT = DynamicRegistry.Key.of("minecraft:diagonal_up_left");
DynamicRegistry.Key HALF_VERTICAL = DynamicRegistry.Key.of("minecraft:half_vertical");
DynamicRegistry.Key TRIANGLE_TOP = DynamicRegistry.Key.of("minecraft:triangle_top");
DynamicRegistry.Key HALF_HORIZONTAL_BOTTOM = DynamicRegistry.Key.of("minecraft:half_horizontal_bottom");
DynamicRegistry.Key SQUARE_TOP_LEFT = DynamicRegistry.Key.of("minecraft:square_top_left");
DynamicRegistry.Key STRIPE_TOP = DynamicRegistry.Key.of("minecraft:stripe_top");
DynamicRegistry.Key CREEPER = DynamicRegistry.Key.of("minecraft:creeper");
DynamicRegistry.Key STRIPE_LEFT = DynamicRegistry.Key.of("minecraft:stripe_left");
DynamicRegistry.Key TRIANGLES_BOTTOM = DynamicRegistry.Key.of("minecraft:triangles_bottom");
DynamicRegistry.Key STRAIGHT_CROSS = DynamicRegistry.Key.of("minecraft:straight_cross");
}