summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-03-15 12:07:54 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2021-03-15 12:07:54 +0100
commit3e3c30496d6a66a75a9684dcb4751b824efbc0ac (patch)
tree93c465bee492256db79b05e264a8dd89b0ca758d
parentAdding basic Banner functionality (#4806) (diff)
downloadcuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar.gz
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar.bz2
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar.lz
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar.xz
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.tar.zst
cuberite-3e3c30496d6a66a75a9684dcb4751b824efbc0ac.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua169
1 files changed, 169 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 411ee95f4..2f9157545 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -13242,6 +13242,175 @@ end
}, -- ConstantGroups
}, -- cWindow
+ BannerPattern =
+ {
+ Desc = [[
+ An enumeration of banner patterns.
+ ]],
+ Constants =
+ {
+ BottomStripe =
+ {
+ Notes = "A base pattern."
+ },
+ TopStripe =
+ {
+ Notes = "A chief pattern."
+ },
+ LeftStripe =
+ {
+ Notes = "A pale dexter pattern."
+ },
+ RightStripe =
+ {
+ Notes = "A pale sinister pattern."
+ },
+ CenterStripeVertical =
+ {
+ Notes = "A pale pattern."
+ },
+ MiddleStripeHorizontal =
+ {
+ Notes = "A fess pattern."
+ },
+ DownRightStripe =
+ {
+ Notes = "A bend pattern."
+ },
+ DownLeftStripe =
+ {
+ Notes = "A bend sinister pattern."
+ },
+ SmallVerticalStripes =
+ {
+ Notes = "A paly pattern."
+ },
+ DiagonalCross =
+ {
+ Notes = "A saltire pattern."
+ },
+ SquareCross =
+ {
+ Notes = "A cross pattern."
+ },
+ LeftOfDiagonal =
+ {
+ Notes = "A per bend sinister pattern."
+ },
+ RightOfUpsideDownDiagonal =
+ {
+ Notes = "A per bend pattern."
+ },
+ LeftOfUpsideDownDiagonal =
+ {
+ Notes = "A per bend inverted pattern."
+ },
+ RightOfDiagonal =
+ {
+ Notes = "A per bend sinister inverted pattern."
+ },
+ VerticalHalfLeft =
+ {
+ Notes = "A per pale pattern."
+ },
+ VerticalHalfRight =
+ {
+ Notes = "A per pale inverted pattern."
+ },
+ HorizontalHalfTop =
+ {
+ Notes = "A per fess pattern."
+ },
+ HorizontalHalfBottom =
+ {
+ Notes = "A per fess inverted pattern."
+ },
+ BottomLeftCorner =
+ {
+ Notes = "A base dexter canton pattern."
+ },
+ BottomRightCorner =
+ {
+ Notes = "A base sinister canton pattern."
+ },
+ TopLeftCorner =
+ {
+ Notes = "A chief dexter canton pattern."
+ },
+ TopRightCorner =
+ {
+ Notes = "A chief sinister canton pattern."
+ },
+ BottomTriangle =
+ {
+ Notes = "A chevron pattern."
+ },
+ TopTriangle =
+ {
+ Notes = "An inverted chevron pattern."
+ },
+ BottomTriangleSawtooth =
+ {
+ Notes = "A base indented pattern."
+ },
+ TopTriangleSawtooth =
+ {
+ Notes = "A chief indented pattern."
+ },
+ MiddleCircle =
+ {
+ Notes = "A roundel pattern."
+ },
+ MiddleRhombus =
+ {
+ Notes = "A lozenge pattern."
+ },
+ Border =
+ {
+ Notes = "A bordure pattern."
+ },
+ CurlyBorder =
+ {
+ Notes = "A bordure indented pattern."
+ },
+ Brick =
+ {
+ Notes = "A field masoned pattern."
+ },
+ Gradient =
+ {
+ Notes = "A gradient pattern."
+ },
+ GradientUpsideDown =
+ {
+ Notes = "A base gradient pattern."
+ },
+ Creeper =
+ {
+ Notes = "A creeper charge pattern."
+ },
+ Skull =
+ {
+ Notes = "A skull charge pattern."
+ },
+ Flower =
+ {
+ Notes = "A flower charge pattern."
+ },
+ Mojang =
+ {
+ Notes = "A... thing."
+ },
+ Globe =
+ {
+ Notes = "A globe."
+ },
+ Piglin =
+ {
+ Notes = "A snoot."
+ },
+ },
+ },
BossBarColor =
{
Desc = [[